michael hollegha
/
BertlBlinkDemo
BertlBlinkDemo
Fork of BertlTemplate2 by
BertlTemplate.cpp
- Committer:
- hollegha2
- Date:
- 2016-02-22
- Revision:
- 2:d24a3d2438a4
- Parent:
- 0:fa9b473d690b
- Child:
- 3:6a490ad8cb46
File content as of revision 2:d24a3d2438a4:
#include "mbed.h" #include "Serial_HL.h" #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(); while(1) { } return 1; }