Skip to content

Commit 594d921

Browse files
committed
0.0.1
1 parent bc2b639 commit 594d921

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.cargo/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
runner = "elf2uf2-rs -d"
33

44
rustflags = [
5-
"-C", "linker=flip-link",
65
"-C", "link-arg=--nmagic",
76
"-C", "link-arg=-Tlink.x",
87
"-C", "inline-threshold=5",

readme.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# neopixel-webusb: WebUSB NeoPixel Controller
1+
# WebUSB NeoPixel Controller
2+
3+
✨ WebUSB NeoPixel Controller for RP2040 based hardware.
24

35
## Installation
46

5-
1. Download latest firmware build from [Releases page](https://github.com/dotcypress/neopixel-webusb/releases)
6-
2. Hold the BOOTSEL button while connecting your board to the computer
7-
3. Copy firmware file downloaded earlier to the RPi-RP2 disk
8-
4. Go to https://neopixel-webusb.vercel.app
9-
5. Enjoy
7+
1. Connect NeoPixel data pin to RP2040 GPIO12 pin.
8+
2. Download latest firmware build from [Releases page](https://github.com/dotcypress/neopixel-webusb/releases)
9+
3. Hold the BOOTSEL button while connecting your board to the computer
10+
4. Copy firmware file downloaded earlier to the RPi-RP2 disk
11+
5. Go to https://neopixel-webusb.vercel.app
12+
6. Enjoy
1013

1114
## Building firmware
1215

0 commit comments

Comments
 (0)