Praktikum2_1_AMSL

Dependencies:   C12832_lcd mbed

Files at this revision

API Documentation at this revision

Comitter:
slueke
Date:
Wed Mar 07 18:54:40 2018 +0000
Commit message:
Praktikum2_1_AMSL

Changed in this revision

C12832_lcd.lib Show annotated file Show diff for this revision Revisions of this file
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 52af93df032d C12832_lcd.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C12832_lcd.lib	Wed Mar 07 18:54:40 2018 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/atthackathon/code/C12832_lcd/#3e64ca073642
diff -r 000000000000 -r 52af93df032d main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Mar 07 18:54:40 2018 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+
+
+DigitalOut mypin(p21);
+
+int main() {
+    while(1) {
+        mypin = 1;       
+        mypin = 0;
+        
+        
+    }
+}
diff -r 000000000000 -r 52af93df032d mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Mar 07 18:54:40 2018 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/aa5281ff4a02
\ No newline at end of file