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 main application logic and will be automatically executed afterboot.py.