edfs

Dependencies:   BertlLib mbed

Fork of BertlTemplate2 by michael hollegha

Files at this revision

API Documentation at this revision

Comitter:
hollegha2
Date:
Mon Feb 22 10:55:46 2016 +0000
Parent:
1:1e5f2230c2b8
Commit message:
rev 3.0

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
diff -r 1e5f2230c2b8 -r d24a3d2438a4 BertlLib.lib
--- a/BertlLib.lib	Tue Feb 24 03:59:05 2015 +0000
+++ b/BertlLib.lib	Mon Feb 22 10:55:46 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/hollegha2/code/BertlLib/#16a5d3302ddb
+http://developer.mbed.org/users/hollegha2/code/BertlLib/#20c3213c3ada
diff -r 1e5f2230c2b8 -r d24a3d2438a4 BertlTemplate.cpp
--- a/BertlTemplate.cpp	Tue Feb 24 03:59:05 2015 +0000
+++ b/BertlTemplate.cpp	Mon Feb 22 10:55:46 2016 +0000
@@ -4,10 +4,12 @@
 #include "Bertl14.h"
 #include "BertlObjects.h"
 
-
+//              main=2^0  LS    ENC 2^2
+BusOut boardPow(p30,      P1_6, P1_7);
 
 int main(void)
 {
+    boardPow=1; wait_ms(10);
     InitBertl();
     pex.useISR=0; leds=9;
     pex.ClearLeds();