CooCox LED test
// ***********************************************************************
// Main Function
// ***********************************************************************
int main()
{
// WHUT LPC11C14 Eval Board Tests 2013sep23
// blinkLedP18FourTimes(); // LED #1
// blinkLedP09TwoTimes(); // LED #5, JTAG Pin 13
// blinkAllLeds(); // LED D1 to D4, JTAG Pin 13
// displayAllDigits(); // 7 Segment LED
// blinkAllDigits(); // 7 SEGMENT LED
// echoWakeUpKeyByLed(); // Wake up key echo
// echoAllKeysByLed(); // All keys echo
// startProgram(); // Display 3, 2, 1, 0
// echoWakeUpKeyByDigit(); // Wake up key echo by 7 segment LED
// echoAllKeysByDigit(); // All keys echo by 7 segment LED
// startProgram(); // Display 3, 2, 1, 0
// CooCox LPC11C14 Eval Board Tests 2013sep24
blinkLedP29FourTimes(); // CooCox P29 system LED
blinkLedP09EightTimes(); // CooCox P09 MOSI
return 0;
}
No comments:
Post a Comment