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.
 
 
John Jekel a3e7b3a49c Add image to readme 2 years ago
include Tweaks and improvements 3 years ago
src Tweaks and improvements 3 years ago
.gitignore Begin setting up things 3 years ago
CMakeLists.txt Change parameters to avr-size 3 years ago
LICENSE Tweaks and improvements 3 years ago
README.md Add image to readme 2 years ago
image_of_hardware.jpg Upload image of atmegaclock(2) hardware. 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