Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
takeuchi
Date:
Thu Sep 02 00:45:31 2010 +0000
Parent:
0:ee8e9c93e76d
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Sep 01 05:31:11 2010 +0000
+++ b/main.cpp	Thu Sep 02 00:45:31 2010 +0000
@@ -21,7 +21,7 @@
   float vr_data,vin_data,pwm_data,duty;
   float vr_center;
   
-  rout_pwm.pulsewidth_us(100);
+  rout_pwm.pulsewidth_us(10);
   rout_pwm.period_ms(1);
   rout_pwm.write(0.0);
   vr_center=vr_adc.read();