1
0
Fork 0
mirror of https://codeberg.org/SiB64/blinkenlights.git synced 2026-06-28 16:19:49 +02:00

Compare commits

..

No commits in common. "92a5a1ba115e49e0c3b1331900442c01f47f6ed9" and "d6a6e9d4d419e80934dda3b09729e004130b543a" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View file

@ -1,8 +1,6 @@
# Blinkenlights # Blinkenlights
This circiut incorporates two most favorite chips, an LM317 (Björns favorite) 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.
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=blink PROJ=kennung
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 = /usr/local/bin/avrdude AVRDUDEPROG = avrdude
AVRDUDE = $(AVRDUDEPROG) AVRDUDE = $(AVRDUDEPROG)
AVRDUDE_PROGRAMMER = avrispmkii AVRDUDE_PROGRAMMER = avrispmkii
endif endif