Mkdir rn42

This commit is contained in:
tmk
2014-07-19 02:33:23 +09:00
parent b4e4f599df
commit 59ea5e02f7
11 changed files with 39 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
#ifndef SUART
#define SUART
void xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);
#endif /* SUART */