BluMagic LPC1114 barebone assembled and tested OK




























BluMagic LPC1114 barebone assembled and tested OK.

.END


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
// blinkLedP09SixTimes();  // CooCox P09 MOSI
// blinkLedP09EightTimes();  // CooCox P09 MOSI
// echoBootKeyThreeTimes();

// Magic Blue LPC11C14 Barebone Tests 2013sep25

blinkLedP09SixTimes();  // P09 MOSI
echoBootKeyThreeTimes(); // Echo P0.1 boot (ISP) key by P0.9 (MOSI) LED
echoMisoKeyByMosiLedTwoTimes();

return 0;
}

No comments:

Post a Comment