====== PlatformIO IDE integration for the nRF52840 Feather Express with S340 ====== **Note**. this page is building on the assumption that the reader has read content in the pages * [[arduino:s340_softdevice_adafruit_nrf52840_feather_express|S340 SoftDevice & Adafruit nRF52840 Express Feather]]... * ...and [[s340:arduino_ide_integration_for_the_nrf52840_feather_express_with_s340|Arduino IDE integration for the nRF52840 Feather Express with S340]] ===== Introduction ===== [[https://platformio.org|Platform IO]] is a "new generation toolset for embedded C/C++ development" built on [[https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide|Microsoft's Visual Studio Code]]. It can be used as an alternative IDE for "Arduino related work". It has a limited support for .ino files, as those have to be [[https://docs.platformio.org/en/latest/faq.html#convert-arduino-file-to-c-manually|manually converted to normal C++ source files]] for full support. This document is about enabling embedded C/C++ development for ANT+ protocols within PlatformIO. It describes how to add S340 SD support within PlatformIO to the Adafruit nRF52 Core for the Arduino nRF52840 Express Feather. //**For web-analytics purposes this page has been moved to my WordPress blog, read it there:https://blogarak.wordpress.com/2020/03/29/platformio-ide-integration-for-the-nrf52840-feather-express-with-s340/ **//