mirror of
https://github.com/avem-labs/Avem.git
synced 2023-09-01 15:18:49 +08:00
feat: (debug) Error Feedback
This commit is contained in:
parent
e9aae9c2b4
commit
2ad843e374
@ -32,6 +32,8 @@ void delay(unsigned int t) {
|
|||||||
|
|
||||||
#if defined (DEBUG_MPU6050_EULER) || defined (DEBUG_MPU6050_SOURCEDATA) || defined (DEBUG_BLDC)
|
#if defined (DEBUG_MPU6050_EULER) || defined (DEBUG_MPU6050_SOURCEDATA) || defined (DEBUG_BLDC)
|
||||||
SixAxis sourceData;
|
SixAxis sourceData;
|
||||||
|
#else
|
||||||
|
#error Which Debug type are you using? Define DEBUG_XXXX in your compiler options.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// float InnerLast; //保存内环旧值以便后向差分
|
// float InnerLast; //保存内环旧值以便后向差分
|
||||||
|
Loading…
x
Reference in New Issue
Block a user