Skip to content

Commit ab4717c

Browse files
committed
Updated ReadMe
1 parent 368caa8 commit ab4717c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@ Following the following steps to build the code:
1717
mkdir build
1818
cd build
1919
20-
cmake ..
20+
cmake ../src
2121
make
2222
```
2323

24+
Note: Don't forget to set the `PICO_SDK_PATH` in your environment variables.
25+
2426
## How To Deploy
2527
Please follow the following steps to deploy the compiled binaries into your Rapsberry Pi Pico.
2628
1) Buy a Raspberry Pi Pico
27-
2) Download the generated U2F file OR build it as described in section "How To Build"
29+
2) Download the generated UF2 file from releases OR build it as described in section "How To Build"
2830
3) Hold the "BootSel" button while connecting the Pico to the computer
29-
4) Drag and drop the U2F file to the device
31+
4) Drag and drop the UF2 file to the device
3032
5) Congrats your mouse will move around ;)
33+
34+
## Credit
35+
This software was modified from the [TinyUSB](https://docs.tinyusb.org/en/latest/) HIB example. The project and CMake was created using the [Pico Project Generator](https://github.com/raspberrypi/pico-project-generator).

0 commit comments

Comments
 (0)