Skip to content

socoded/lichterwahn

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

lichterwahn

So Coded balloon lights control library.

Install

To use the REPL just install 'lichterwahn'.

npm install -g lichterwahn

or add it to your package.json

npm install lichterwahn --save

API

We also encourage you to use the library programmatically, like:

var LED_COUNT = 70

var lichterwahn = require('lichterwahn')

// this is your assigned ID for the simulator, zero is the actual lights installation
var lights = lichterwahn(0)

for (var i = 0; i < LED_COUNT; i++) {
  lights(i, 150, 200, 120)
}

All LEDs have numbers 0 - 70 and you can set the color in RGB values

lights(led_id, red, green, blue)

Have fun and happy hacking!

The order loves you <3

About

So Coded baloon lights control library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published