asd

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
harseed951
Date:
Thu Jul 16 08:29:31 2015 +0000
Commit message:
asd

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 3a0f92cc8a81 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Jul 16 08:29:31 2015 +0000
@@ -0,0 +1,17 @@
+#include"mbed.h"
+
+PwmOut p(LED1);
+PwmOut q(LED2);
+PwmOut a(LED3);
+PwmOut b(LED4);
+AnalogIn pot(p20);
+
+int main(){ 
+  while(1)
+  {
+   p= pot;
+   q= pot;
+   a= pot;
+   b= pot;
+   }
+  }
diff -r 000000000000 -r 3a0f92cc8a81 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Jul 16 08:29:31 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/da0ca467f8b5
\ No newline at end of file