Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franciscop/hikaru
A Hikaru Skirt repository for controlling LED strip with arduino
https://github.com/franciscop/hikaru
Last synced: 14 days ago
JSON representation
A Hikaru Skirt repository for controlling LED strip with arduino
- Host: GitHub
- URL: https://github.com/franciscop/hikaru
- Owner: franciscop
- Created: 2015-08-28T19:02:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T18:20:38.000Z (about 9 years ago)
- Last Synced: 2024-04-23T13:43:35.530Z (7 months ago)
- Language: C++
- Size: 4.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hikaru Skirt
A Hikaru Skirt repository for controlling LED strip with Arduino. Read full tutorial [here]().
## Getting started
The folder that contains this project must be called with the same name as the main .ino file, in this case **Hikaru**. This is a strange quirk of the Arduino IDE.
Clone the project. Then change these lines:
```cpp
Red.create(8);
Green.create(9);
Blue.create(7);
```You have to assign here the pins that you soldered for the different colors. Then just compile and upload.
## Author & Thanks
Francisco Presencia
Special thanks to:
- The original Hikaru Skirt
- SexyCyborg for her tutorial that got me started
- Adafruit for their LED strip tutorial