edfs

Dependencies:   BertlLib mbed

Fork of BertlTemplate2 by michael hollegha

Committer:
hollegha2
Date:
Sun Feb 22 13:03:33 2015 +0000
Revision:
0:fa9b473d690b
Child:
3:d24a3d2438a4
Start Project for Bertl-Programms

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hollegha2 0:fa9b473d690b 1
hollegha2 0:fa9b473d690b 2 #include "mbed.h"
hollegha2 0:fa9b473d690b 3 #include "Serial_HL.h"
hollegha2 0:fa9b473d690b 4 #include "Bertl14.h"
hollegha2 0:fa9b473d690b 5 #include "BertlObjects.h"
hollegha2 0:fa9b473d690b 6
hollegha2 0:fa9b473d690b 7
hollegha2 0:fa9b473d690b 8
hollegha2 0:fa9b473d690b 9 int main(void)
hollegha2 0:fa9b473d690b 10 {
hollegha2 0:fa9b473d690b 11 InitBertl();
hollegha2 0:fa9b473d690b 12 pex.useISR=0; leds=9;
hollegha2 0:fa9b473d690b 13 pex.ClearLeds();
hollegha2 0:fa9b473d690b 14
hollegha2 0:fa9b473d690b 15 while(1)
hollegha2 0:fa9b473d690b 16 {
hollegha2 0:fa9b473d690b 17 }
hollegha2 0:fa9b473d690b 18
hollegha2 0:fa9b473d690b 19 return 1;
hollegha2 0:fa9b473d690b 20 }
hollegha2 0:fa9b473d690b 21
hollegha2 0:fa9b473d690b 22