Sungwoo Kim
/
HydraulicControlBoard_PostLIGHT_Original
Original Version of STM Board
INIT_HW/INIT_HW.h@20:806196fda269, 2019-09-09 (annotated)
- Committer:
- Lightvalve
- Date:
- Mon Sep 09 06:57:31 2019 +0000
- Revision:
- 20:806196fda269
- Parent:
- 11:82d8768d7351
- Child:
- 23:59218d4a256d
190909_15_57
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
GiJeongKim | 0:51c43836c1d7 | 1 | #ifndef _INIT_HW_H_ |
GiJeongKim | 0:51c43836c1d7 | 2 | #define _INIT_HW_H_ |
GiJeongKim | 0:51c43836c1d7 | 3 | |
GiJeongKim | 0:51c43836c1d7 | 4 | #include "mbed.h" |
GiJeongKim | 0:51c43836c1d7 | 5 | #include "FastPWM.h" |
GiJeongKim | 0:51c43836c1d7 | 6 | |
GiJeongKim | 0:51c43836c1d7 | 7 | void Init_ADC(void); |
GiJeongKim | 0:51c43836c1d7 | 8 | void Init_PWM(); |
Lightvalve | 11:82d8768d7351 | 9 | void Init_TMR3(); |
Lightvalve | 20:806196fda269 | 10 | void Init_TMR5(); |
GiJeongKim | 0:51c43836c1d7 | 11 | |
GiJeongKim | 0:51c43836c1d7 | 12 | #endif |