dc

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
keerthivasan
Date:
Thu Jul 23 09:52:31 2015 +0000
Commit message:
dc

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	Thu Jul 23 09:52:31 2015 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+DigitalOut A(p19),B(p20),C(p21),D(p22);
+int main()
+{
+    while(1)
+    {
+    A=1;C=1;B=0;D=0;
+    wait(5);
+    B=1;D=1;A=0;C=0;
+    wait(5);
+    }}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Jul 23 09:52:31 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/bad568076d81
\ No newline at end of file