mhaberler / canopennode

CANopenNode - CANopen based stack for communication in embeded control systems.
https://sourceforge.net/p/canopennode/code_complete/ci/master/tree/
4 stars 2 forks source link

how to start a new project #3

Open mhaberler opened 9 years ago

mhaberler commented 9 years ago

for the ODS editor to work the project directory containing the EDS file must be on the top level, so I started with:

cp -r Example_IO helloworld

point Firefox to this directory and open '_project.html' , then click 'Open Editor' this should open the EDS view, edit (provided you understand it, I dont yet)

then 'Save Project and return', back, 'Generate files and return'

This generates the CO_OD.c and CO_OD.h files in the project directory.