Test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
esokic
Date:
Thu Apr 24 16:31:02 2014 +0000
Parent:
1:05900d7cb290
Commit message:
popravljen pin

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 05900d7cb290 -r 10ffe9ba97ee main.cpp
--- a/main.cpp	Wed Apr 09 10:42:43 2014 +0000
+++ b/main.cpp	Thu Apr 24 16:31:02 2014 +0000
@@ -4,7 +4,7 @@
 AnalogIn    VRx(dp11);
 AnalogIn    VRy(dp10);
 //Taster sa dzojstika
-DigitalIn   SW(dp17);
+DigitalIn   SW(dp9);
 
 //Digitalni izlaz za aktivaciju LED buffera
 DigitalOut enable(dp14);