From 6b948aa9b2b48251940db5ebfc33877a887d7fb7 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 26 Mar 2016 01:25:47 +0300 Subject: Rename keyboard -> USB --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 294dbcb..28197c5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Various code for the [Digispark](http://digistump.com/wiki/digispark) - - [Blink](blink) - a simple blinking LED example - - [Keyboard](keyboard) - a basic USB device that flips the LED based on USB interrupts + - [Blink](blink) - a simple blinking LED example, start here + - [USB](usb) - a basic USB device that flips the LED based on USB interrupts ## Prerequisites @@ -23,7 +23,7 @@ $ sudo udevadm control --reload-rules ```bash $ cd blink $ make clean && make -$ micronucleus hello.hex +$ micronucleus blink.hex ``` ## License -- cgit v1.3.1