This is an example program that shows how to use timer, ticker and interrupts. It uses LPC1768 board leds and a button to show how interrupts, timers and tickers are implemented to toggle leds.

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
1:f4088d23f670 2015-07-21 BaserK MIT license is added default tip
0:fe71c302ccbb 2015-07-09 BaserK First commit