fuck this

Dependencies:   BMP280

Revision:
4:2e6d9492b76d
Parent:
2:5a38ae8459d5
Child:
5:bea93c8e50b7
--- a/Sampling.h	Mon Dec 18 18:11:40 2017 +0000
+++ b/Sampling.h	Tue Jan 02 12:47:08 2018 +0000
@@ -0,0 +1,13 @@
+#ifndef __Sampling__
+#define __Sampling__
+
+void SampleTimerISR(void);
+//Called by ticker. Calls the sample funcs of each device by flagging the threads
+
+void ConfigThreadsAndIR(void);
+//Setup Interrupts and Threads
+
+void InitiateHW(void);
+
+
+#endif
\ No newline at end of file