]> git.droids-corp.org - aversive.git/blobdiff - projects/microb2010/mainboard/main.h
enable centrifugal coef
[aversive.git] / projects / microb2010 / mainboard / main.h
index 4fa3dd8b543ba03e252323ddc3d3fa5f8e1acf51..00b6e8630b7e0d3abeae7d6d9cd5ebb196d9cc6b 100755 (executable)
@@ -19,7 +19,7 @@
  *
  */
 
-/* was mechboard in 2009 */
+/* was sensorboard in 2009 */
 
 #define LED_TOGGLE(port, bit) do {             \
                if (port & _BV(bit))            \
@@ -208,6 +208,8 @@ struct ballboard {
        volatile uint8_t mode;
        uint8_t status;
        uint8_t ball_count;
+       uint8_t lcob;
+       uint8_t rcob;
 };
 
 extern struct genboard gen;