mirror of
https://codeberg.org/SiB64/blinkenlights.git
synced 2026-06-27 16:09:51 +02:00
Compare commits
3 commits
d6a6e9d4d4
...
92a5a1ba11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92a5a1ba11 | ||
|
|
c9d87c4603 | ||
|
|
f899262213 |
2 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue