2011

Dependencies:   mbed FastPWM

Committer:
Lightvalve
Date:
Mon Jun 13 08:48:55 2022 +0000
Revision:
231:30896263bd8b
Parent:
228:fb5b57e3f157
Child:
232:e9c5ec04e378
220613

Who changed what in which revision?

UserRevisionLine numberNew 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 23:59218d4a256d 10 void Init_TMR2();
Lightvalve 231:30896263bd8b 11 void Init_TMR1();
Lightvalve 228:fb5b57e3f157 12 //void Init_TMR5();
GiJeongKim 0:51c43836c1d7 13
GiJeongKim 0:51c43836c1d7 14 #endif