An open API service indexing awesome lists of open source software.

https://github.com/dmowcomber/neopixel-client

A neopixel client for the neopixel-web-server api
https://github.com/dmowcomber/neopixel-client

Last synced: about 1 year ago
JSON representation

A neopixel client for the neopixel-web-server api

Awesome Lists containing this project

README

          

# neopixel-client
A client for the [neopixel-web-server](https://github.com/dmowcomber/neopixel-web-server) API.

## Examples
Examples are in the [examples](https://github.com/dmowcomber/neopixel-client/tree/main/examples) folder
```
# cycle through all light modes:
go run ./examples/mode-cycle
```