- Add PivotPi module to control servos
- Add Relay module to control relay switch
- Rename
start
functions toinitalize
in RGBLCD and PivotPi
- Big changes in the RGBLCD module. Make sure to checkout the documentation.
- Move ownership of repository to adkron.
- Replaced DHT with DHT11. Now there's only one DHT module and it uses the poller.
- Add more examples including an LED fader and weather monitor
- Bump ElixirALE to 1.0
- Moves ElixirALE to 0.6.2
- Add credo and mix test watch for development
- 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
Initial release