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@0:51c43836c1d7, 2019-08-14 (annotated)
- Committer:
- GiJeongKim
- Date:
- Wed Aug 14 08:13:36 2019 +0000
- Revision:
- 0:51c43836c1d7
- Child:
- 11:82d8768d7351
cocoa;
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(); |
| GiJeongKim | 0:51c43836c1d7 | 9 | |
| GiJeongKim | 0:51c43836c1d7 | 10 | #endif |