aaio

AVR All-In-One helper C library for Arduino boards
git clone git://git.luxferre.top/aaio.git
Log | Files | Refs

commit a226c2a4337c9766150952fe22709715de78ede8
parent d26d65337f5043218befa25e7eb3084d3ac7cc41
Author: Luxferre <lux@ferre>
Date:   Sat, 23 Nov 2024 14:58:33 +0200

set nano pins

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,7 @@ PROGRAM_NAME = example_blonk BUILD_DIR = build SERIALDEV = /dev/ttyUSB0 + #MCU = atmega2560 #MCUSHORT = m2560 #MCUDEFS = -DF_CPU=16000000UL -DAAIO_MEGA2560