summaryrefslogtreecommitdiffstats
path: root/iwrap/suart.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-09-17 15:39:50 +0200
committertmk <nobody@nowhere>2011-09-17 16:53:18 +0200
commite67c988824f5ec0c965beb412f8ee5953dfd3c8c (patch)
tree190543f5bddfd31a326234aad91a0a995e55863a /iwrap/suart.h
parentb703de7b298f8463bf4654fa3730ba1958a7fa9e (diff)
downloadqmk_firmware-e67c988824f5ec0c965beb412f8ee5953dfd3c8c.tar.gz
qmk_firmware-e67c988824f5ec0c965beb412f8ee5953dfd3c8c.tar.xz
Added Bulegiga iWRAP support into HHKB.(Bluetooth)
Diffstat (limited to 'iwrap/suart.h')
-rw-r--r--iwrap/suart.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/iwrap/suart.h b/iwrap/suart.h
new file mode 100644
index 000000000..72725b998
--- /dev/null
+++ b/iwrap/suart.h
@@ -0,0 +1,8 @@
+#ifndef SUART
+#define SUART
+
+void xmit(uint8_t);
+uint8_t rcvr(void);
+uint8_t recv(void);
+
+#endif /* SUART */