![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Macros | |
#define | TICKRATE_HZ 10 |
Functions | |
void | TIMER1_IRQHandler (void) |
Handle interrupt from 32-bit timer. | |
int | main (void) |
main routine for blinky example | |
The Blinky example is known as the "Hello, World!" of embedded programming. This example will flash an LED on your board at a periodic rate and output the timer information on the UART port.
No special setup is required for the demo. Just build and run.
Build procedure: LPCOpen 18xx/43xx build instructions
Supported boards and board setup:
Submit bug reports for LPCOpen code here.
int main | ( | void | ) |