perform nomal keyboard behavior. It works now!!!
This commit is contained in:
parent
c17f07819f
commit
3b31337cd8
9 changed files with 327 additions and 201 deletions
1
print.h
1
print.h
|
@ -13,5 +13,6 @@ void print_P(const char *s);
|
|||
void phex(unsigned char c);
|
||||
void phex16(unsigned int i);
|
||||
void pbin(unsigned char c);
|
||||
void pbin_reverse(unsigned char c);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue