1
0
Fork 0
CANopenNode/stack/drvTemplate
2015-07-27 01:52:03 +02:00
..
CO_driver.c Specifiers CO_bool_t, CO_true and CO_false replaced with bool_t, true and false. 2015-07-26 19:15:21 +02:00
CO_driver.h Successfull compilation on linux with drvTemplate 2015-07-27 01:52:03 +02:00
eeprom.c Specifiers CO_bool_t, CO_true and CO_false replaced with bool_t, true and false. 2015-07-26 19:15:21 +02:00
eeprom.h Specifiers CO_bool_t, CO_true and CO_false replaced with bool_t, true and false. 2015-07-26 19:15:21 +02:00
readme.txt Cleanup in comments (no code changed). 2015-07-25 17:36:46 +02:00

Template for new microcontroller support for CANopenNode.

Contributed by Janez Paternoster

Status:
 - Well commented.
 - Should compile on any system.
 - No interface to any CAN hardware.
 - Template for parameter storage via objects 0x1010 and 0x1011.