[TOC]
To install the necessary tools to compile the project see setup.md To set up the VSCode development environment see vscode.md
To compile the project
- Open a new terminal
- Run
./waf configure --board=<hardware>replacing<hardware>with eitherASCIIorDOT_MATRIXdepending on the board you have. This step should only need to be run once if successful. - Run
./waf buildto build or./waf build -Fto build and flash the device.
python waf -? python waf configure --board=ASCII python waf configure --board=DOT_MATRIX python waf build python waf build -F