Adkron Grovepi Versions Save

Use the GrovePi in Elixir

v0.6.1

5 years ago
  • Fixes wx sneaking into Nerves builds
  • Adds IR Reflective Sensor (David Schainker - @schainker)
  • Requires no warnings when compiling
  • Removes all Elixir 1.7 deprecations

v0.4.1

6 years ago
  • updated repo to point to the new repo

v0.4.0

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

v0.3.2

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

v0.3.1

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

v0.3.0

7 years ago
  • 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