Program which demonstrates the usage of the TIMER peripheral. Program sets TIMER 2 to blink the LED on the pin P0.9. This is a more sophisticated way of blinking an LED.

Dependencies:   mbed

Committer:
71GA
Date:
Sat May 02 17:25:32 2015 +0000
Revision:
0:e83c998e1cfd
First commit of this program.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
71GA 0:e83c998e1cfd 1 //LPC4088 sistemski in clock registri
71GA 0:e83c998e1cfd 2
71GA 0:e83c998e1cfd 3 #define PCONP (*((volatile unsigned int *) 0x400FC0C4))