Closed liamjwang closed 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
Have you considered using platformio to manage dependencies for development?
ICM_20948_USE_DMP
in the platformio.ini instead of modifying library headers(*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.