1

Dependencies:   mbed

Revision:
0:571a1835428e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/brake/brake.h	Mon Jan 25 08:36:48 2021 +0000
@@ -0,0 +1,7 @@
+#ifndef BRAKE_H
+#define BRAKE_H
+
+#define BRAKE PC_1
+#define INDICATE PA_11
+void Init_Brake(GPIOStruct *gpio);
+#endif
\ No newline at end of file