Releases: dniklaus/indicator
Release 2.2.0
NEW
- The Indicator::blink() method provides an optional blinkTimeMillis parameter now
Dependencies
The Indicator component depends on the following components:
- SpinTimer - Universal timer, used to generate blink and pulse output
Note
To add the possibility to interact with the Indicator object(s) using a command interface refer to the IndicatorDbg component.
Full Changelog: 2.1.1...2.2.0
Release 2.1.1
FIX
- replace include of by <string.h> again
Dependencies
The Indicator component depends on the following component:
- SpinTimer - Universal timer, used to generate blink and pulse output
Note
To add the possibility to interact with the Indicator object(s) using a command interface refer to the IndicatorDbg component.
Release 2.1.0
CHG
- some platforms/environments do not support
<cstring>for include, replaced by<string.h>
Dependencies
The Indicator component depends on the following component:
- SpinTimer - Universal timer, used to generate blink and pulse output
Note
To add the possibility to interact with the Indicator object(s) using a command interface refer to the IndicatorDbg component.
Release 2.0.0
NEW
- this version of Indicator has no dependency on DebugCLI nor on DbgTrace anymore
- the Documentation has been improved slightly
- added Doxygen file, enabling the creation of API doc with HTML
Dependencies
The Indicator component depends on the following component:
- SpinTimer - Universal timer, used to generate blink and pulse output
Note
To add the possibility to interact with the Indicator object(s) using a command interface refer to the IndicatorDbg component.
Release 1.1.1
FIX: get rid of unused attribute
Release 1.1.0
NEW: Pulse on output
Release 1.0.0
First release.