Tool to Automate Conversion of External Libraries to Particle

Porting Arduino-based projects to Boron and need an automated (AI?) tool to convert maybe 25 libraries (AdaFruit, SparkFun, Sensirion, etc.) to the Particle format. Does such a tool exist? Thanks!

I'm not aware of an automatic tool to do that. However, if you are using Workbench pseudo libraries, which is what I recommend, you probably will only need to copy Sparkfun and Adafruit libraries into your lib directory directly and they probably won't require any modification.

Some of the common issues when porting librariesonly apply to creating a new public community library, which have a few more restrictions. but there are a few general tips that may be helpful in unusual cases.

1 Like

Ok thanks, I'll give it a try.