Mini-project for KTH IS1200
make- Compilemake install- Install onto the Chipkitmake dev- Compile and installmake test- Run testsmake clean- Clean build directory
To compile without font rendering (Reduces program upload time), set the make DEFINES variable to DISABLE_FONT_RENDERING, e.g. make dev DEFINES=DISABLE_FONT_RENDERING.
To compile without uploading any file, set the make DEFINES variable to QUICK_UPLOAD, e.g. make dev DEFINES=QUICK_UPLOAD.
To add a file to the microcontroller, run python tools/generate_file_header.py <PATH_TO_FILE> <OUTPUT_DIR_IN_INCLUDES>. A header file containing a const byte array with the file data will be generated in the specified directory in includes.
- Timer 2: Grid update
- Timer 3: Buzzer
- Timer 4: -
- Timer 5: -