Skip to main content

Startup Sequence

When the PYCO development board is powered on, it will first execute boot.py, followed by main.py.

  • boot.py is typically used for system or environment initialization.
  • main.py contains your main application logic and will be automatically executed after boot.py.