This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var esp = require("ESP8266"); | |
var pin = new Pin(5); | |
pinMode(pin, "output"); | |
var pixels = [ | |
//G,R,B,W | |
0,0,0,0, // LED 0 | |
0,0,0,0, // LED 1 | |
0,0,0,0, // LED 2 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose node symlink C:\Program Files\nodejs\\node.exe | |
5 verbose readDependencies using package.json deps | |
6 verbose install where, deps [ 'B:\\Node_Workspace\\sails-starter-app', | |
6 verbose install [ 'sails', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type":"object", | |
"$schema": "http://json-schema.org/draft-03/schema", | |
"title": "Kalender Input", | |
"name": "input-schema", | |
"description": "Schema für den Input-Feed der Landeszentrale für politische Bildung SH", | |
"id": "Kalender_Input", | |
"required":true, | |
"properties":{ | |
"feed": { |