Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

48 lines (31 loc) · 1.04 KB

Changelog

v0.6.0

  • Add PivotPi module to control servos
  • Add Relay module to control relay switch
  • Rename start functions to initalize in RGBLCD and PivotPi

v0.5.1

  • Big changes in the RGBLCD module. Make sure to checkout the documentation.

v0.4.1

  • Move ownership of repository to adkron.

v0.4.0

  • Replaced DHT with DHT11. Now there's only one DHT module and it uses the poller.

v0.3.2

  • Add more examples including an LED fader and weather monitor
  • Bump ElixirALE to 1.0

v0.3.1

  • Moves ElixirALE to 0.6.2
  • Add credo and mix test watch for development

v0.3.0

  • Add support for sound trigger with a hysteresis triggering mechanism
  • Change events to include the trigger state
  • Create Poller behaviour to facilitate polling for changes, ex. Button and Sound
  • Create Trigger behaviour for creating custom triggers to trigger polling events
  • Allow Triggers to receive a set of options through the poller starting

v0.1.0

Initial release