Skip to content

v1.0.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@GregMefford GregMefford released this 10 Dec 03:10
· 23 commits to master since this release
bf49d05

v1.0.0-rc0

This is a major overhaul of nerves_neopixel, including a rename to blinkchain.
Check out the new README, Hexdocs, and the included example project to see how it works!

Until the final 1.0.0 release is published, so you can try the release candidate using:

def deps do
  [
    {:blinkchain, "~> 1.0.0-rc0"}
  ]
end