cavelez1490 0 Posted September 25, 2018 Share Posted September 25, 2018 Hello, I was wondering if it is possible to use an Energia library into a Code Composer project. Is there any other option? Thanks. Quote Link to post Share on other sites
energia 485 Posted September 25, 2018 Share Posted September 25, 2018 You can. Simply #include the library you wish to use in your Sketch. All libraries that are in the Energia library folder can be used. To find out where your Energia libraries are stored, go to the Energia preferences and note the "Sketchbook location" directory. The libraries are stored in the Sketchbook Location folder / libraries. Robert Quote Link to post Share on other sites
cavelez1490 0 Posted September 25, 2018 Author Share Posted September 25, 2018 My case is the following: - I open a CCS project and inside this one I want to include Energia libraries without importing any Energia sketch. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.