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.
Dependencies: mbed
Fork of Nucleo_pwm by
Diff: main.cpp
- Revision:
- 1:b11267086278
- Parent:
- 0:5bd019c2fef1
- Child:
- 2:004873c585fe
--- a/main.cpp Thu Mar 09 06:55:30 2017 +0000
+++ b/main.cpp Thu Mar 09 06:59:28 2017 +0000
@@ -6,7 +6,7 @@
DigitalOut myled(LED1);
int main() {
-
+ //외부에 8MHz x-tal 부착해야 됨.
mypwm.period_us(100); //10KHz
mypwm.pulsewidth_us(10); //Duty rate: 10%
