Example program for LPC1768 implementation of CANopenNode.
After cloning, you need to init the submodules. To do so:
$ git submodule init
$ git submodule update
Compiled using the mbed toolkit and the mbed-cli tool. A tutorial is available here.
opencfg.cfg
is a config file for openocd debugging an LPC1768 mbed platformMFE_helpers.h
is a small collection of helper functions for communicating with a MicroFlex e100.clang
provides a config file for generating tags with clang
Original source code can be found at exmachina-dev/CANopenMbed
CANopenNode repository can be found at exmachina-dev/CANopenNode forked from CANopenNode/CANopenNode