mirror of
https://github.com/avem-labs/Avem.git
synced 2023-09-01 15:18:49 +08:00
Remove Interrup Handle Function
This commit is contained in:
parent
73cb63f04e
commit
02e8755b99
@ -21,9 +21,6 @@ float g_Yaw, g_Pitch, g_Roll; //eular
|
||||
#define SUM_ERRO_MAX 900
|
||||
#define SUM_ERRO_MIN -900
|
||||
|
||||
void USART1_IRQHandler(void) {
|
||||
LED1 = 0;
|
||||
}
|
||||
|
||||
float g_iErro, g_sumErro = 0;
|
||||
void pid(float setPoint, float d) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user