Skip to content

Files

Latest commit

 

History

History

firmware

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Firmware

introduction

The firmware is running on arduino pro micro.

compile and deploy

using the arduino cli tool :

./arduino-cli compile --fqbn arduino:avr:leonardo myProject
./arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:avr:leonardo myProject --log-level debug -v

more info on the wiki