mirror of
https://codeberg.org/SiB64/blinkenlights.git
synced 2026-06-27 16:09:51 +02:00
Compare commits
No commits in common. "92a5a1ba115e49e0c3b1331900442c01f47f6ed9" and "d6a6e9d4d419e80934dda3b09729e004130b543a" have entirely different histories.
92a5a1ba11
...
d6a6e9d4d4
2 changed files with 3 additions and 5 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# 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=blink
|
||||
PROJ=kennung
|
||||
|
||||
default: all
|
||||
all: $(PROJ).hex
|
||||
|
|
@ -89,7 +89,7 @@ ifeq ($(AVRDUDE-$(shell uname -m)),rpi-txd-rxd)
|
|||
AVRDUDE = $(AVRDUDEPROG) -C+$(AVRDUDERC)
|
||||
AVRDUDE_PROGRAMMER = raspberry-pi-txd-rxd
|
||||
else
|
||||
AVRDUDEPROG = /usr/local/bin/avrdude
|
||||
AVRDUDEPROG = avrdude
|
||||
AVRDUDE = $(AVRDUDEPROG)
|
||||
AVRDUDE_PROGRAMMER = avrispmkii
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue