diff options
author | tmk <nobody@nowhere> | 2014-07-19 02:33:23 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-07-30 14:38:26 +0900 |
commit | 59ea5e02f76a37e5021c5f9d02af149e48e7c07c (patch) | |
tree | 816e1555f73552df3f59a3d08f654c1e23f532fd /keyboard/hhkb_rn42/rn42/suart.h | |
parent | b4e4f599dfe1b3ecff69ab248866e7b801c35f1e (diff) | |
download | qmk_firmware-59ea5e02f76a37e5021c5f9d02af149e48e7c07c.tar.gz |
Mkdir rn42
Diffstat (limited to 'keyboard/hhkb_rn42/rn42/suart.h')
-rw-r--r-- | keyboard/hhkb_rn42/rn42/suart.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboard/hhkb_rn42/rn42/suart.h b/keyboard/hhkb_rn42/rn42/suart.h new file mode 100644 index 000000000..72725b998 --- /dev/null +++ b/keyboard/hhkb_rn42/rn42/suart.h @@ -0,0 +1,8 @@ +#ifndef SUART
+#define SUART
+
+void xmit(uint8_t);
+uint8_t rcvr(void);
+uint8_t recv(void);
+
+#endif /* SUART */
|