LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
blinky.c File Reference
#include "board.h"
#include <stdio.h>

Go to the source code of this file.

Macros

#define TICKRATE_HZ1   (10) /* 10 ticks per second */
 
#define TICKRATE_HZ2   (11) /* 11 ticks per second */
 

Functions

void SysTick_Handler (void)
 Handle interrupt from SysTick timer.
 
void TIMER32_0_IRQHandler (void)
 Handle interrupt from 32-bit timer.
 
int main (void)
 main routine for blinky example