Bye bye Wii Motion Plus, hello MPU6050. Also, increase control loop
to 200Hz, add SD card logging, and a number of other changes.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#define I_PRIORITY_UART0 1
|
||||
#define I_PRIORITY_TIMER3 2
|
||||
#define I_PRIORITY_TIMER0 3
|
||||
#define I_PRIORITY_SPI1 4
|
||||
|
||||
#define interrupt_clear() do { VICVectAddr = 0xff; } while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user