TINF Test Franz Paulus 29.11.2018 STM.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
franzpaulus
Date:
Thu Nov 29 17:16:35 2018 +0000
Commit message:
TINF Test Franz Paulus 29.11.2018 STM.

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 Nov 29 17:16:35 2018 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+DigitalOut led1(LED1);
+DigitalOut led2(LED2);
+BusOut lb(LED1, LED2, LED3, LED4);
+int main() {
+    
+    lb = 3;
+    while(1) {
+
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Nov 29 17:16:35 2018 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/e95d10626187
\ No newline at end of file