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
- Modified terminal code to be easier to translate.
16
+
- German language translation added to serial terminal.
17
+
- Multicore Processing. The pi pico has two cores baked into it so might as well use them. The second core is currently dedicated to transmitting the serial mouse data over UART and the first core is dedicated to handing the USB mouse, plus the serial terminal. This should keep the report rate consistant while keeping lag to a minimum.
18
+
- Nand wear leveling for saving configuration. Should extend the life of the Pico 200 fold.
19
+
- Added Support for 19200 baud rate.
20
+
- Changed the Dip Switch 6 to toggle between 19200 and 1200 baud rates.
21
+
- PWR LED now flashes while the adapater is in serial terminal mode.
22
+
- While adpater is in serial terminal mode changes to the dipswitches are ignored. This was an easy way to ruin your day before!
23
+
- Changed how Coasting movement type worked. Should feel the same but work more consistantly.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,3 +194,4 @@ The build environment is a normal PicoSDK setup, there are several guides out th
194
194
195
195
**PicoSDK version 1.3.0**
196
196
The version of TinyUSB used in this project was customized. The customized version of TinyUSB can be found in the firmware folder. If you want to compile the firmware yourself you will need to replace the stock TinyUSB with the customized version found here
/==-- Unlike Additive and Average; Coast does not throw away extra movement when the mouse is moved quickly, instead it incrementally sends out the movement.
110
107
/==-- Results in a cursor feeling like it's skidding along on ice at high speeds. I don't know where it would be useful but it's fun to mess with!
111
-
/==-- 0- > Additive axis movement | 1 -> Average axis movement | 2-> Coast
108
+
/==-- 0 -> Additive axis movement | 1 -> Average axis movement | 2-> Coast
0 commit comments