This is an example of a model integrated with the Raspberry Pi and the Sense Hat.

If model is edited on a Windows host it has the following prerequisites:
- Raspberry cross compiler: http://gnutoolchains.com/raspberry/
- PuTTy utilities: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

For the distrib profile:
- Make sure the IP address of the Raspberry is set in the distrib.bat file.
- Code is generated on the host, cross-compiled, any running executable is killed, and the new one is copied to the target. 

For the debug profile:
- Make sure the IP address of the Raspberry is set in the debug.bat file.
- Make sure the same IP address in the Startup commands of the debugger in the debug tab of the generation profile.
- Code is generated on the host, cross-compiled, any running executable is killed, and the new one is copied to the target. 
- The generated executable is started with gdb server on the target.
