0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
compile.sh: add settings for a special "customer" :-) More... about 1 year ago
compile.sh: allow disable CDC serial port More... about 1 year ago
switch to stream mode by default More... about 1 year ago
add heartbeat to detect mouse disconnect in stream mode More... about 1 year ago
better ps2 error recovery More... about 1 year ago
add #defines for PS2 protocol magic command bytes More... about 1 year ago
reset ps2 interface on invalid data More... about 1 year ago
add more serial debug messages More... about 1 year ago
use smaller int types for smaller code More... about 1 year ago
add debugging to ps2pp_decode More... about 1 year ago
rework mouse_read() function More... about 1 year ago
add DSERIAL macro to remove #ifdef SERIALDEBUG cases More... about 1 year ago
add "enabled" flag to jiggletimer More... about 1 year ago
Mousebuffer: fix sequence-point warning More... about 1 year ago
simplify send-to-mouse-timeout code More... about 1 year ago
first try at ps2 protocol error recovery More... about 1 year ago
fix return code check for remote mode More... about 1 year ago
move the ringbuffer code into a C++ class More... about 1 year ago
put the jiggle timer stuff into a C++ class More... about 1 year ago
remove non-interrupt code More... about 1 year ago
add interrupt-driven mouse read function More... about 1 year ago
factor out mouse_setup() function More... about 1 year ago
remove unused setpin() function More... about 1 year ago
fix type of millis() storage variables More... about 1 year ago
add debug via two additional LEDs More... about 1 year ago
factor out "bus_idle()" function More... about 1 year ago
setup: move Mouse.begin() to the top of setup More... about 1 year ago
factor out common "send one bit" code More... about 1 year ago
use the Arduino-GPIO library for fast pin access More... about 1 year ago
make STREAM_MODE a run-time variable More... about 1 year ago