Versions in this module Expand all Collapse all v1 v1.0.0 Feb 16, 2019 Changes in this version + type Led struct + func Blue() *Led + func Cyan() *Led + func Gray() *Led + func Green() *Led + func Lime() *Led + func Magenta() *Led + func Maroon() *Led + func Navy() *Led + func None() *Led + func Olive() *Led + func Purple() *Led + func RGB(red, green, blue byte) *Led + func Red() *Led + func Silver() *Led + func Teal() *Led + func White() *Led + func Yellow() *Led + func (l *Led) Blue() byte + func (l *Led) Flash(on, off byte) *Led + func (l *Led) FlashOff() byte + func (l *Led) FlashOn() byte + func (l *Led) Green() byte + func (l *Led) Red() byte