diff --git a/README.md b/README.md index 6a9ec50..4dafa1e 100644 --- a/README.md +++ b/README.md @@ -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. ![SN1](IMG_4564-2.jpg) ![Layout](blinkenlights.png) diff --git a/src/Makefile b/src/Makefile index ac5ab0c..a56fd8a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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