refactor, bugfix, add more pin command support

This commit is contained in:
Conor Patrick
2018-05-21 21:57:35 -04:00
parent 8020e868f9
commit 5bac402118
4 changed files with 211 additions and 118 deletions

View File

@@ -13,7 +13,6 @@ void usbhid_init()
serverfd = udp_server();
}
// Receive 64 byte USB HID message
void usbhid_recv(uint8_t * msg)
{