module documentation
Neopixel helper for Stick firmware
Function | make |
Make neopixel object and save it to IO Manager |
Function | set |
Sets neopixel led color. |
Function | write |
Writes colors to neopixel |
Make neopixel object and save it to IO Manager Args: pin (int): Neopixel GPIO pin number led_count (int, optional): Neopixel led count, default is 1 Returns: bool: True if success, False if failed