sas

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
anbukumaran
Date:
Thu Jul 23 08:34:09 2015 +0000
Commit message:
stepper

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
diff -r 000000000000 -r f1e86a42e504 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Jul 23 08:34:09 2015 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+
+DigitalOut Q1(p23);
+DigitalOut Q2(p20);
+DigitalOut Q3(p22);
+DigitalOut Q4(p21);
+int main()
+{
+    Q1=1,Q2=0,Q3=0,Q4=1;
+    wait(1);
+    Q1=0,Q2=1,Q3=1,Q4=0;
+    wait(1);
+    }
diff -r 000000000000 -r f1e86a42e504 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Jul 23 08:34:09 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/bad568076d81
\ No newline at end of file