0.5

Dependencies:   mbed

Revision:
0:0239d9f7bf79
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/define.h	Tue Nov 19 09:41:50 2019 +0000
@@ -0,0 +1,11 @@
+#define INT_TIME 0.05
+
+#define CB_COLLECT 0b00000001
+#define AUTOMATION 0b00000010
+
+#define LOADING    0b00000100
+#define POINTS_1   0b00001000
+#define POINTS_2   0b00010000
+#define POINTS_3   0b00100000
+#define POSITIONS  0b10000000
+#define EMERGENCY  0b01000000
\ No newline at end of file