Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binarybrain/led-controller
Raspberry Pi LED Web Controller
https://github.com/binarybrain/led-controller
Last synced: about 2 months ago
JSON representation
Raspberry Pi LED Web Controller
- Host: GitHub
- URL: https://github.com/binarybrain/led-controller
- Owner: BinaryBrain
- License: mit
- Created: 2015-09-16T20:22:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T20:26:12.000Z (about 9 years ago)
- Last Synced: 2024-10-16T11:49:12.560Z (3 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# led-controller
Raspberry Pi LED Web Controller## Json
```json
{
"strip": 0,
"red": 128,
"green": "cos(x)",
"blue": "sin(x)"
}
```_NB: Each color parameters can be either a `Number` between 0 and 255, or a `String` formatted to be read by [MathJS](http://mathjs.org/) (that should also return a value between 0 and 255)._