A continuation of http://git.jekel.ca/JZJ/atmegaclock.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
include | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
CMakeLists.txt | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
image_of_hardware.jpg | 2 years ago |
README.md
atmegaclock2
A continuation of https://gitlab.com/JZJisawesome/atmegaclock.
Building
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j
Show size + flash to device (ArduinoISP)
make showSize
make flash