1

Dependencies:   mbed

Committer:
shaorui
Date:
Mon Jan 25 08:36:48 2021 +0000
Revision:
0:571a1835428e
1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shaorui 0:571a1835428e 1 #ifndef BRAKE_H
shaorui 0:571a1835428e 2 #define BRAKE_H
shaorui 0:571a1835428e 3
shaorui 0:571a1835428e 4 #define BRAKE PC_1
shaorui 0:571a1835428e 5 #define INDICATE PA_11
shaorui 0:571a1835428e 6 void Init_Brake(GPIOStruct *gpio);
shaorui 0:571a1835428e 7 #endif