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.shscript to download all the required libraries. - Alternatively, you can manually download the github repositories for the dependencies listed in the
library.propertiesfile.
- 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
- GitHub Workflows and CI/CD - Detailed documentation on automated builds, releases, and bash scripts