sparkfun / OpenLog_Artemis

The OpenLog Artemis is an open source datalogger the comes preprogrammed to automatically log IMU, GPS, serial data, and various pressure, humidity, and distance sensors. All without writing a single line of code!
https://www.sparkfun.com/products/15846
Other
88 stars 47 forks source link

PlatformIO? #101

Closed liamjwang closed 3 years ago

liamjwang commented 3 years ago

Have you considered using platformio to manage dependencies for development?

(*I did need to modify the SD_FAT_TYPE switching to use typedefs to get the firmware to compile on my machine)

It is a bit trickier to install platformio than the Arduino IDE but I've found it's worth the trouble once it's set up.

PaulZC commented 3 years ago

Hi Liam (@liamjwang ), Thank you for the contribution. We are aware of the advantages of Platform IO, but we prefer to use pure Arduino IDE for code development as it is the platform most of our users are familiar with. Thanks again - and best wishes, Paul