Skip to content

Releases: nerves-project/nerves_leds

v0.8.1

01 Oct 14:22
Compare
Choose a tag to compare
  • Adds enumerate method for getting a list of available LEDs.

v0.8.0

23 Feb 01:48
Compare
Choose a tag to compare
  • Specifying string for LED name to set function now bypasses name mapping
  • Removed all compile-time config cacheing to avoid deps issues
  • Now raises ArgumentError for invalid states
  • Added alternate single-LED API form set/2
  • Simplified README

0.7.0 Change to Nerves.Leds, API Changes

24 Jun 19:46
Compare
Choose a tag to compare

This update reflects a number of changes that bring this module more in line
with current Nerves and Elixir naming, coding, and license conventions, in
preparation for pushing to hex. Unfortunately it changes the API, but hey,
we're still < 1.0, right?

  • Breaking API Changes
    • Renamed project to nerves_leds (was nerves_io_led)
    • Module is now Nerves.Leds (was Nerves.Led)
    • Removed the alive functionality (can use oneshot trigger instead)
  • Improved code style in places and fixed warnings
  • Improved and fixed bugs in docs
  • Changed LICENSE to Apache 2

Legacy Nerves.IO.Led (next is Nerves.Leds)

24 Jun 17:55
Compare
Choose a tag to compare

This is a tagged release to allow existing apps that reference Nerves.IO.Led to operate until they can migrate to Nerves.Leds.