Add eeprom_tool project

This commit is contained in:
tmk 2023-12-07 13:49:58 +09:00
parent 21ff75715b
commit c23225040f
10 changed files with 250 additions and 0 deletions

View file

@ -0,0 +1,6 @@
NAME = eeprom_wipe
MCU = atmega32u4
TARGET = $(NAME)_$(MCU)
SRC = $(NAME).c
include Makefile