This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

generating .c file from .ino file in CCS 6.1.0

Other Parts Discussed in Thread: ENERGIA

Hi,

  Is it possible to generate a .c file from an imported.ino (Energia file) in CCS 6.1.0. I followed the guidelines provided in the following link. However it was able to run a .ino file in CCS only but not .c file.

http://energia.nu/guide/import-energia-sketch-to-ccsv6/#step1

Thanks,

  • The .cpp files are generated in the \Debug folder in your project. However as the Energia calls are C++ macros there really isn't much difference between the .ino file and the .cpp file

    Regards,
    John