Biscee project
Microcontroller codes
Workflow setup
Arduino IDE is used to develop, inspect and upload the microcontroller source codes.
The corresponding git repository was designed to be cloned into the Arduino Sketch folder.
cd ~/Documents/Arduino
git clone https://github.com/Fortuz/biscee_microcontrollers.git
If cloned sucesfully the microcontroller codes should appear in the Arduino IDE.

Port, Board and Bootloader options should be set according to the different boards before uploading the codes.