Jason Schilling / Mbed 2 deprecated miniProject7

Dependencies:   mbed TextLCD

Revision:
5:8582a28cf944
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Tap.h	Thu Jan 17 06:04:45 2019 +0000
@@ -0,0 +1,9 @@
+#ifndef TAP_H
+#define TAP_H
+#include "mbed.h"
+extern I2C tapI2C;
+extern InterruptIn tapInterrupt;
+void tapsHappened(void);
+void tapsConfig(void);
+int getSetting(int i);
+#endif
\ No newline at end of file