added PS/2 to USB converter use V-USB as protocol stack
This commit is contained in:
parent
c07408a447
commit
4f5f1a53d4
40 changed files with 10003 additions and 18 deletions
8
sendchar.h
Normal file
8
sendchar.h
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue