History | View | Annotate | Download (4.14 KB)
binary shenanigans to reduce code
docs and error changes
fixed stuff
changed delay of poll_byte to kbc delay
fixed remote delay problem
added delay between reads
dont need to send READ_DATA command every time i want to read a byte; one READ_DATA is enough for 3 bytes (a full packet)
added documentation
reorganized remote
fixed ack reading issue. added statemachine, still not working
fixed test_packets
fixed issue on packet/async
small change
packet now working fine
fixed packet parsing, remote fully operational
implemented remote, working on fixing issues
not deactivating reporting, dont know why
working decently
even more changes