From 76be5838cf5c96794de20fc128881acd7126d6e0 Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Tue, 8 Dec 2015 22:22:02 +0100 Subject: [PATCH] Fixed typo --- firmware/demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/demo/README.md b/firmware/demo/README.md index ba43c6d..c0bf1cc 100644 --- a/firmware/demo/README.md +++ b/firmware/demo/README.md @@ -20,8 +20,8 @@ The makefile takes 3 optional parameters: If you want to run the code on your Arduino try: ``` - make AVRMCU=atmega32p ISPPORT=/dev/ttyACM0 - make AVRMCU=atmega32p ISPPORT=/dev/ttyACM0 flash + make AVRMCU=atmega328p ISPPORT=/dev/ttyACM0 + make AVRMCU=atmega328p ISPPORT=/dev/ttyACM0 flash ``` Afterwards connect the encoder and start a terminal emulator of your choice on your serial interface.