Alternative Microcomputer Development Environments.
I just ran across this free IDE that one more experienced coding author found to be more complete than Arduino's IDE. Platformio , besides being adaptable to Ardunio format code, also s upports 550+ embedded boards , 25+ development platforms , 15+ frameworks . Arduino and ARM mbed compatible . Platformio is built on top of GitHub's Atom and Microsoft's Visual Studio Code. Here's a how to article . PlatformIO IDE for Arduino on Windows an extension for Visual Studio Code (VS Code) or Atom Editor. Comes in a Free Forever version. (Platformio also runs on Macs and Linux, I am have not looked into setting up Arduino on these systems.) - - - - - - - - mbed.com a site operated by the ARM processor designers, targets Internet of Things development, they an extensive database of processor board and sensor peripheral data and drivers. mbed.com also has an online IDE where you can write code without downloading anything, it...