taiyou komazawa / DataPool

Dependencies:   Gamma Beta Alpha

Dependents:   2017_Bteam_I2CTransporter BETA_A ALPHA_A GAMMA_A

Revision:
0:52b800fb3844
Child:
1:47ea89b6364e
diff -r 000000000000 -r 52b800fb3844 DataPool.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DataPool.h	Wed Aug 16 02:02:18 2017 +0000
@@ -0,0 +1,10 @@
+#ifndef DATAPOOL_H
+#define DATAPOOL_H
+
+class DataPool{
+    public:
+        virtual bool set() = 0;
+        virtual void reset() = 0;
+};
+
+#endif
\ No newline at end of file