Go to file
Spacehuhn b14f3f1249 Working selector switch and LED 2022-06-30 21:19:02 +02:00
src Working selector switch and LED 2022-06-30 21:19:02 +02:00
.gitignore Added code from older Nova project and made it compile 2022-06-30 20:16:29 +02:00
LICENSE Initial commit 2022-06-29 21:44:18 +02:00
README.md Working selector switch and LED 2022-06-30 21:19:02 +02:00
USBNova.ino Working selector switch and LED 2022-06-30 21:19:02 +02:00
config.h Working selector switch and LED 2022-06-30 21:19:02 +02:00
debug.h Added code from older Nova project and made it compile 2022-06-30 20:16:29 +02:00
sketch.yaml Added code from older Nova project and made it compile 2022-06-30 20:16:29 +02:00

README.md

USBNova

Arduino-CLI

  • Install it (Download it and add it to PATH)
  • Initiate it arduino-cli config init (it is saved at C:\Users\username\AppData\Local\Arduino15\arduino-cli.yaml)
  • Update cores arduino-cli core update-index
  • Install core arduino-cli core install adafruit:samd
  • Check your boards arduino-cli board list
  • Compile arduino-cli compile --profile adafruit_qtpy_m0
  • Compile arduino-cli upload -p COM3