Honmaka Astro / Mbed 2 deprecated HeaterControler

Dependencies:   mbed

Fork of PulseMotor3 by Honmaka Astro

Files at this revision

API Documentation at this revision

Comitter:
Honmaka
Date:
Sun Jan 04 07:55:14 2015 +0000
Child:
1:c533a17dccc0
Commit message:
Honmaka PlusMotor Sample

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sun Jan 04 07:55:14 2015 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+
+PwmOut PulseMotor(p21);
+
+int main() {
+    PulseMotor.period_us(83140);
+    PulseMotor.pulsewidth_us(83140/2); 
+    while(1) {
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sun Jan 04 07:55:14 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file