[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 eitherASCII
orDOT_MATRIX
depending on the board you have. This step should only need to be run once if successful. - Run
./waf build
to build or./waf build -F
to 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