Lots of development of new features. Radio input, motor output, PID control
loops, boot-time initialisation, option to run without attached UART. And.. it flies!
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#define I_PRIORITY_I2C0 0
|
||||
#define I_PRIORITY_UART0 1
|
||||
#define I_PRIORITY_TIMER0 2
|
||||
#define I_PRIORITY_TIMER1 3
|
||||
|
||||
#define interrupt_clear() do { VICVectAddr = 0xff; } while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user