-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
39 lines (30 loc) · 1.81 KB
/
Copy pathREADME
File metadata and controls
39 lines (30 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Dynamic Reactive lighting
This is controller software for LED Lights. It will be dynamic and react
to the environment it's placed in, as well as being network-connected.
The lights will also increase the utility of lighting by responding to
the needs of the building occupants. It will do this using a variety
of sensors and APIs. The entire project will leverage and consist of
open source software and open hardware.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
You must get the Adafruit-WS2801-Library below if you wish to drive WS2801 pixels.
Thank you Adafruit Industries! This would not have been possible without you!
/*****************************************************************************
* Example sketch for driving Adafruit WS2801 pixels! -> https://github.com/adafruit/Adafruit-WS2801-Library
* 36mm Square shape ----> https://www.adafruit.com/products/683
*
* Written by Limor Fried/Ladyada for Adafruit Industries.
* BSD license, all text above must be included in any redistribution
*
*****************************************************************************
You will need an arduino compatible microcontroller and the arduino software.
http://arduino.cc/en/Main/Software
Thank you Noisebridge hacker space!