This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Exporting, importing and modifying libraries from Arduino IDE to SES IDE

Hello,

I'm in the process of migrating from arduino to SES IDE(For more practicality and functionality now what I'm trying to achieve is saving time by not having to rewrite all arduino libraries I'm currently using so my questions are:

1)How to import an external library to SES?

2)How would you go about converting those libraries to support the SDK(Say the newest 14.1) and import them into SES?

Thanks for your time.

  • Hello,

    Did any of you have any luck with this matter? I want to do the same migration from Arduino to the nRF52 DK and really don't want to build the already existing libraries for Arduino from scratch.
    So, I would appreciate a lot some tips in this matter, I'll be starting now to deal with the Arduino Core and also try to import the libraries directly so that I can see what happens.

  • Hello,

    I have similar requirement, I want to use Adafruit Library for SSD1680 paper display to Segger embedded studio. As I kept going in the included libraries in SSD1680.h are Arduino.h, Adafruit_I2CDevice.h. Adafruit_SPIDevice.h, wprogram.h and some more. And I'm not sure how to use SSD1680 in Segger embedded studio. Anyone had any progress please suggest something

Related