Creating a Project


  1. Create a new file in the main directory of the picos called main.py
  2. There should now be ./lib/XPyDeck/ and ./main.py in each pico.
  3. Wire up each pico with hardware according to your goal.

That's it, you can start coding!

📘

Note: The file main.py technically does not need to be named main.py, although if it is, your pico will run it whenever connected to a power source.