FastPWM test using NUCLEO_F411RE

Dependencies:   FastPWM mbed

Files at this revision

API Documentation at this revision

Comitter:
mimi3
Date:
Fri Oct 31 22:22:23 2014 +0900
Parent:
0:a91f9652671f
Child:
2:98bb5d720dfc
Commit message:
comit test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Oct 31 13:12:53 2014 +0000
+++ b/main.cpp	Fri Oct 31 22:22:23 2014 +0900
@@ -5,8 +5,9 @@
 /* Period Interrupt monitor */
 DigitalOut led(LED1);       
 
-/* Use FastPWM library from 
+/* Using FastPWM library from:
  * http://developer.mbed.org/users/Sissors/code/FastPWM/
+ * Thank you this library.
  */
 #define TPWM FastPWM
 TPWM pwm1(PA_8,1);