Andrew Lalis e480b46e47 | ||
---|---|---|
.vscode | ||
src | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
README.md
GymPal
A simple device for recording gym sessions, using AVR.
Development
The software for this system is developed in C, using avr-libc, and the build toolchain is managed by make, using avr-gcc and avr-dude to upload firmware to the Atmega328p microcontroller.
To compile the firmware, you can run make
.
To upload the firmware to an Arduino, run make flash
.
Helpful Links
The following links are helpful for learning how to program an AVR-based microcontroller.