Startup Sequence
When the PYCO development board is powered on, it will first execute boot.py, followed by main.py.
boot.pyis typically used for system or environment initialization.main.pycontains your primary application logic and will automatically execute afterboot.py.