diff --git a/README.md b/README.md index 4dafa1e..6a9ec50 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 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) ![Layout](blinkenlights.png) diff --git a/src/Makefile b/src/Makefile index a56fd8a..ac5ab0c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ -PROJ=kennung +PROJ=blink 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 = avrdude + AVRDUDEPROG = /usr/local/bin/avrdude AVRDUDE = $(AVRDUDEPROG) AVRDUDE_PROGRAMMER = avrispmkii endif