Code & run overview
Every Velxio project has code attached. You write it in the built-in editor, press Play, and Velxio compiles and runs it on the emulated board.
- Languages — Arduino C++, MicroPython or ESP-IDF, depending on the board you picked.
- Libraries — use Arduino libraries and MicroPython packages in your project.
- Serial monitor — see your program’s output and type input back to it.
- Simulation control — pause, reset, and watch the simulation speed.
Start with compile and run if you want to understand what happens when you press Play.