Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongoose-os-apps/example-neopixel-c
https://github.com/mongoose-os-apps/example-neopixel-c
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongoose-os-apps/example-neopixel-c
- Owner: mongoose-os-apps
- License: other
- Created: 2018-01-22T20:14:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T19:03:05.000Z (over 4 years ago)
- Last Synced: 2024-07-31T21:52:56.700Z (6 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - example-neopixel-c
README
# Neopixel strip control example
## Overview
Build and flash this app. Connect NeoPixel strip to power, ground, and
signal pin - for example, below we have 12-pixel strip attached
to pin 5 of ESP8266 NodeMCU board:![](neopixel.gif)
If you're using a different strip, edit `fs/init.js` and modify
pixel count and pin number as needed, then rebuild and reflash the app.