7.1

Dependencies:   mbed

Fork of Oppgave2 by Sølibatgutt

Revision:
0:fe54cfab4520
Child:
1:07b498c93e9a
diff -r 000000000000 -r fe54cfab4520 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Sep 05 11:16:50 2017 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+BusOut teller(p21, p22, p23, p24, p25, p26);
+
+int main() {
+    while(1) {
+        int x = teller;
+        x = ++;
+        wait(0.25);
+        
+    }
+}