No description
  • C 97.2%
  • CMake 2.8%
Find a file
2021-09-07 21:31:35 +00:00
include Tweaks and improvements 2021-06-21 22:30:50 -04:00
src Tweaks and improvements 2021-06-21 22:30:50 -04:00
.gitignore Begin setting up things 2021-06-20 20:05:24 -04:00
CMakeLists.txt Change parameters to avr-size 2021-06-22 07:25:57 -04:00
image_of_hardware.jpg Upload image of atmegaclock(2) hardware. 2021-09-07 21:27:23 +00:00
LICENSE Tweaks and improvements 2021-06-21 22:30:50 -04:00
README.md Add image to readme 2021-09-07 21:31:35 +00:00

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