Creating a Project
- Create a new file in the main directory of the picos called main.py
- There should now be
./lib/XPyDeck/and./main.pyin each pico. - 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.