mirror of
https://github.com/avem-labs/Avem.git
synced 2023-09-01 15:18:49 +08:00
<MOD> Changed Delay times
This commit is contained in:
parent
3d2915c0c0
commit
fe80464e7d
1
inc/lib
1
inc/lib
@ -1 +0,0 @@
|
||||
../libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F10x_StdPeriph_Driver/inc
|
1
inc/src
1
inc/src
@ -1 +0,0 @@
|
||||
../libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F10x_StdPeriph_Driver/src
|
@ -2,7 +2,7 @@
|
||||
#ifndef MOTOR_H_
|
||||
#define MOTOR_H_
|
||||
|
||||
// #define MOTOR_NORMAL_STARTUP
|
||||
#define MOTOR_NORMAL_STARTUP
|
||||
|
||||
|
||||
#define MOTOR1 TIM3->CCR1
|
||||
@ -21,7 +21,7 @@
|
||||
MOTOR2 = MOTOR_MIN;\
|
||||
MOTOR3 = MOTOR_MIN;\
|
||||
MOTOR4 = MOTOR_MIN;\
|
||||
delay(3000);\
|
||||
delay(10000);\
|
||||
}
|
||||
#else
|
||||
#define MOTOR_SETTING() {\
|
||||
|
Loading…
x
Reference in New Issue
Block a user