1
0
Fork 0
mirror of https://codeberg.org/SiB64/blinkenlights.git synced 2026-06-27 16:09:51 +02:00

Compare commits

..

3 commits

Author SHA1 Message Date
Stephan
92a5a1ba11 make: default PROJ=blink 2026-06-05 10:40:24 +02:00
Stephan
c9d87c4603 avrdude: do not use broken Debian executable 2026-06-05 10:39:39 +02:00
leonie
f899262213 zeilenümbrüche im README 2026-06-03 10:05:00 +02:00
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
# Blinkenlights # Blinkenlights
This circiut incorporates two most favorite chips, an LM317 (Björns favorite) and an NE555 (my favorite). In our lab the soldering irons run at 317°C. I did not try 555°C. This circiut incorporates two most favorite chips, an LM317 (Björns favorite)
and an NE555 (my favorite). In our lab the soldering irons run at 317°C.
I did not try 555°C.
![SN1](IMG_4564-2.jpg) ![SN1](IMG_4564-2.jpg)
![Layout](blinkenlights.png) ![Layout](blinkenlights.png)

View file

@ -1,5 +1,5 @@
PROJ=kennung PROJ=blink
default: all default: all
all: $(PROJ).hex all: $(PROJ).hex
@ -89,7 +89,7 @@ ifeq ($(AVRDUDE-$(shell uname -m)),rpi-txd-rxd)
AVRDUDE = $(AVRDUDEPROG) -C+$(AVRDUDERC) AVRDUDE = $(AVRDUDEPROG) -C+$(AVRDUDERC)
AVRDUDE_PROGRAMMER = raspberry-pi-txd-rxd AVRDUDE_PROGRAMMER = raspberry-pi-txd-rxd
else else
AVRDUDEPROG = avrdude AVRDUDEPROG = /usr/local/bin/avrdude
AVRDUDE = $(AVRDUDEPROG) AVRDUDE = $(AVRDUDEPROG)
AVRDUDE_PROGRAMMER = avrispmkii AVRDUDE_PROGRAMMER = avrispmkii
endif endif