v1.0.0-rc0
Pre-release
Pre-release
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