You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,19 @@ Following the following steps to build the code:
17
17
mkdir build
18
18
cd build
19
19
20
-
cmake ..
20
+
cmake ../src
21
21
make
22
22
```
23
23
24
+
Note: Don't forget to set the `PICO_SDK_PATH` in your environment variables.
25
+
24
26
## How To Deploy
25
27
Please follow the following steps to deploy the compiled binaries into your Rapsberry Pi Pico.
26
28
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"
28
30
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
30
32
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