Build system¶
PlatformIO¶
All Python source files in your project’s src/ folder will be
uploaded to the board automatically as frozen modules.
See the PlatformIO website for more information.
Arduino IDE¶
The build system only allows a single Python script file, the Arduino
sketch .ino.
See the Arduino website for more information.
Simba build system¶
The make variable PYSRC is list of all Python script files.
See the Simba documentation for more information.