The library can flash an LED or DigitalOut pin at 50% duty using a Ticker interrupt triggered toggle function. This library does NOT use wait() so that it can flash a pin while more code is being executed. Instead, it relies on Ticker generated interrupts. There is only one parameter required, the on/off time of the pin in seconds (i.e. 0.5 means 0.5 seconds on and 0.5 seconds off).
History
Some changes compiles
2012-12-23, by PennElectric [Sun, 23 Dec 2012 05:07:44 +0000] rev 3
Some changes compiles
added first constructor to auto doc;
2012-12-22, by PennElectric [Sat, 22 Dec 2012 21:19:15 +0000] rev 2
added first constructor to auto doc;
fixed error in auto doc
2012-12-22, by PennElectric [Sat, 22 Dec 2012 21:14:51 +0000] rev 1
fixed error in auto doc
Library completed December 2012
2012-12-22, by PennElectric [Sat, 22 Dec 2012 21:07:34 +0000] rev 0
Library completed December 2012