Binary Counter on 4 Relè digit of Experiment BOX with Arduino

Dependencies:   mbed

Fork of BusOut_HelloWorld by mbed_example

Files at this revision

API Documentation at this revision

Comitter:
Polisenno
Date:
Sat Oct 18 07:08:07 2014 +0000
Parent:
1:295ffe6ba6c8
Commit message:
Binary Counter on 4 Rel? digit of Experiment BOX with Arduino

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 295ffe6ba6c8 -r 3e552c5d3ea4 main.cpp
--- a/main.cpp	Sat Sep 20 23:03:03 2014 +0000
+++ b/main.cpp	Sat Oct 18 07:08:07 2014 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
  
-BusOut myleds(LED1, LED2, LED3, LED4);
+BusOut myleds(D13, D4, D7, D8);
  
 int main() {
     while(1) {