BertlBlinkDemo

Dependencies:   BertlLib mbed

Fork of BertlTemplate2 by michael hollegha

Files at this revision

API Documentation at this revision

Comitter:
hollegha2
Date:
Sun Feb 22 13:03:33 2015 +0000
Child:
1:1e5f2230c2b8
Commit message:
Start Project for Bertl-Programms

Changed in this revision

BertlLib.lib Show annotated file Show diff for this revision Revisions of this file
BertlTemplate.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/BertlLib.lib	Sun Feb 22 13:03:33 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/hollegha2/code/BertlLib/#cb66be3bb78f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BertlTemplate.cpp	Sun Feb 22 13:03:33 2015 +0000
@@ -0,0 +1,22 @@
+
+#include "mbed.h"
+#include "Serial_HL.h"
+#include "Bertl14.h"
+#include "BertlObjects.h"
+
+
+
+int main(void)
+{
+    InitBertl();
+    pex.useISR=0; leds=9;
+    pex.ClearLeds();
+    
+    while(1)
+    {
+    }
+    
+    return 1;
+}
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sun Feb 22 13:03:33 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9ad691361fac
\ No newline at end of file