Development of a custom embedded system support package
The documentation includes articles designed to explore the independent development of a custom embedded system support package (user target) for Engee:
Supplied examples
To download a directory with sample models to get started with the hardware, use the command:
engee.package.getdemos("Engee-Device-Manager")
The directory provides several examples that are useful to look at after getting to know the basic concepts.:
-
engee-support-packages/targets/ATmega328— simple independent execution target for firmware assembly and download without interactive execution; -
engee-support-packages/targets/ArduinoUNO— an example of a target with independent and interactive execution via XCP/UART.