- Clone this repository.
- Follow the individual README files in each folder to launch each.
- Let me know on Discord (@iamanti_) if you have any questions, I'll be happy to answer. I'll keep a compilation of questions answered in this document.
- I've included the source file as a .ino so you can just use Arduino IDE for programming your pico
- If you 'd like to use PlatformIO (with VS Code)
If you run into any problems with coding in PlatformIO, try making sure there are no spaces in your folder path.
All you should need to do to get the .ino functioning in Platform is change it to .cpp and include the
<Arduino.h>
library at the top
Credit for most of this work goes to Areeb Mohammed. :)