1
0
Fork 0

added PS/2 to USB converter use V-USB as protocol stack

This commit is contained in:
tmk 2011-01-29 00:44:05 +09:00
parent c07408a447
commit 4f5f1a53d4
40 changed files with 10003 additions and 18 deletions

8
sendchar.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef SENDCHAR_H
#define SENDCHAR_H
/* transmit a character. return 0 on success, -1 on error. */
int8_t sendchar(uint8_t c);
#endif