![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"Go to the source code of this file.
Macros | |
| #define | TICKRATE_HZ (10)/* 10 tick per second */ |
| #define | WAKEUP_COUNT_5s (5 * 10000) /* 5 seconds (using 10Khz clock) */ |
Functions | |
| void | WKT_IRQHandler (void) |
| Handle interrupt from Wake-up timer. | |
| int | main (void) |
| main routine for wake-up timer example | |