diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-03-26 01:25:47 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-03-26 01:25:47 +0300 |
| commit | 6b948aa9b2b48251940db5ebfc33877a887d7fb7 (patch) | |
| tree | c8cc0777d5b031b74bdec52590d817b86c08534d /README.md | |
| parent | a7925a5ff45906ff87a2e83f522202b4e22b801e (diff) | |
Rename keyboard -> USB
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
