Skip to content

Commit 7108378

Browse files
committed
a working batbang input a little slow but it works
1 parent 87e3b8b commit 7108378

31 files changed

+6727
-6026
lines changed

Makefile

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ PROJECT = AVRTestingDevice
33
MCU = attiny85
44
BURNMCU = attiny85
55
BURNPROGRAMMER = buspirate
6-
PORTPRO = /dev/tty.usbserial-Flashy
7-
##PORTPRO = com3
6+
##PORTPRO = /dev/tty.usbserial-Flashy
7+
PORTPRO = com3
88
TARGET = output/$(PROJECT).elf
99
CC = avr-gcc
1010
CCXX = avr-g++

0 commit comments

Comments
 (0)