Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
INIT_HW/INIT_HW.h@11:82d8768d7351, 2019-08-23 (annotated)
- Committer:
- Lightvalve
- Date:
- Fri Aug 23 12:28:08 2019 +0000
- Revision:
- 11:82d8768d7351
- Parent:
- 0:51c43836c1d7
- Child:
- 20:806196fda269
190823
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(); |
GiJeongKim | 0:51c43836c1d7 | 10 | |
GiJeongKim | 0:51c43836c1d7 | 11 | #endif |