Rename and change file extension. Add callbacks to timer func
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
MCU = attiny85
|
||||
F_CPU = 1000000UL
|
||||
TARGET = main
|
||||
SRCS = main.S
|
||||
TARGET = clockinator
|
||||
SRCS = clockinator.S
|
||||
CC = avr-gcc
|
||||
OBJCOPY = avr-objcopy
|
||||
PORT = /dev/tty.usbmodem101
|
||||
|
||||
Reference in New Issue
Block a user