See https://github.com/EmotiBit/EmotiBit_Docs/blob/master/Getting_Started.md
- The required dependencies are automatically downloaded when EmotiBit_FeatherWing library is installed using Arduino.
- The detailed steps can be found in our documentation:Keeping EmotiBit upto date > Update firmware using Arduino IDE
- Note: requires
jq
(command line JSON processor) - Run the
download_dependencies.sh
script to download all the required libraries. - Alternatively, you can manually download the github repositories for the dependencies listed in the
library.properties
file.
- To build on Arduino, Open the EmotiBit_stock_firmware > EmotiBit_stock_firmware.ino. Press the build button.
- To build using PlatformIO, follow the instructions in our documentation:
Building firmware using PlatformIO