LedBlink library makes it possible to change blink frequency of a given LED by calling the Blink function with a float parameter elsewhere in the code to visualise state changes in a program.
Diff: LedBlink.cpp
- Revision:
- 3:9d5aa4d61bf0
- Parent:
- 1:e05abb2ca7dd
--- a/LedBlink.cpp Mon Dec 07 14:45:46 2015 +0000 +++ b/LedBlink.cpp Mon Dec 07 14:53:20 2015 +0000 @@ -27,5 +27,4 @@ led_timer = frequency; ChangeStatusFlag = true; LedBlinkCallback(); -} - +} \ No newline at end of file