asdsdsdsfasf

Dependencies:   mbed

Fork of PwmOut_HelloWorld by Mbed

Files at this revision

API Documentation at this revision

Comitter:
masterhorror
Date:
Thu Mar 19 20:43:49 2015 +0000
Parent:
1:5160ea45399b
Child:
3:80d90939a6cd
Commit message:
k

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Sep 21 06:39:30 2014 +0000
+++ b/main.cpp	Thu Mar 19 20:43:49 2015 +0000
@@ -4,8 +4,9 @@
 
 int main() {
     // specify period first
-    led.period(4.0f);      // 4 second period
-    led.write(0.50f);      // 50% duty cycle, relative to period
+    led.period(0.002f);      // 4 second period
+    led.write(led+0.01f); 
+    led=led+0.01     // 50% duty cycle, relative to period
     //led = 0.5f;          // shorthand for led.write()
     //led.pulsewidth(2);   // alternative to led.write, set duty cycle time in seconds
     while(1);