added analog sensors and cleaned up the sensor data structure a bit
diff --git a/gyro_board/src/usb/main.c b/gyro_board/src/usb/main.c
index 3ac21c8..4e74ce7 100644
--- a/gyro_board/src/usb/main.c
+++ b/gyro_board/src/usb/main.c
@@ -149,8 +149,8 @@
setup_PLL1();
- // Set CAN to run at CCLK/6, which should have it running about 1 Mbit (1.042)
- SC->PCLKSEL0 = 0xff555555;
+ // Set everything to run at full CCLK by default.
+ SC->PCLKSEL0 = 0x55555555;
/* Configure the LEDs. */
vParTestInitialise();