summaryrefslogtreecommitdiff
path: root/ESS1995test_328p/adapticsBT.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2011-12-19 18:20:33 +0000
committerTim Redfern <tim@eclectronics.org>2011-12-19 18:20:33 +0000
commite9a73bbb3c14af340999f70146747787785f4fee (patch)
treea125452f7d641673286542497da051b810427880 /ESS1995test_328p/adapticsBT.h
initial commit
Diffstat (limited to 'ESS1995test_328p/adapticsBT.h')
-rw-r--r--ESS1995test_328p/adapticsBT.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/ESS1995test_328p/adapticsBT.h b/ESS1995test_328p/adapticsBT.h
new file mode 100644
index 0000000..8cb87e3
--- /dev/null
+++ b/ESS1995test_328p/adapticsBT.h
@@ -0,0 +1,14 @@
+#ifndef ADAPTICSBT_H_INCLUDED
+#define ADAPTICSBT_H_INCLUDED
+
+extern "C" void __cxa_pure_virtual(void); //for C++ defines
+
+#define BTC 6
+
+#include <WProgram.h> //main Arduino header file
+
+void setupBlueTooth();
+void advertise();
+
+#endif // ADAPTICSBT_H_INCLUDED
+