Skip to content

Releases: dniklaus/indicator

Release 2.2.0

11 Oct 12:07

Choose a tag to compare

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

30 Jul 13:54
63ac9d8

Choose a tag to compare

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

13 Nov 01:13

Choose a tag to compare

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

20 May 13:53

Choose a tag to compare

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

24 Jan 18:47

Choose a tag to compare

FIX: get rid of unused attribute

Release 1.1.0

22 Jan 11:26

Choose a tag to compare

NEW: Pulse on output

Release 1.0.0

19 Jan 01:16

Choose a tag to compare

First release.