init mod05 and externalize headers

This commit is contained in:
hugo LAMY
2025-03-12 15:27:20 +01:00
parent e29965c502
commit 3a4aa32434
9 changed files with 191 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
F_CPU = 16000000UL
TARGET = main
CC = avr-gcc
INCLUDES = -I.
INCLUDES = -I../../headers/
AVRGCC_MCU_TYPE = atmega328p
AVRDUDE_MCU_TYPE = m328p