{"id":15598220,"url":"https://github.com/boneskull/particle-neopixel","last_synced_at":"2025-08-17T06:31:34.022Z","repository":{"id":66095531,"uuid":"190965414","full_name":"boneskull/particle-neopixel","owner":"boneskull","description":"Color cycle a NeoPixel (WS2812B) strip w/ Particle Argon/Xenon/Boron","archived":false,"fork":false,"pushed_at":"2019-06-14T16:47:07.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T22:37:19.229Z","etag":null,"topics":["argon","boron","led","mesh","neopixel","particle","rgb","ws2812b","xenon"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boneskull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-09T04:52:10.000Z","updated_at":"2019-06-18T05:15:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"35051e64-93d3-4f8d-a675-efdf985b38fb","html_url":"https://github.com/boneskull/particle-neopixel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boneskull%2Fparticle-neopixel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boneskull%2Fparticle-neopixel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boneskull%2Fparticle-neopixel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boneskull%2Fparticle-neopixel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boneskull","download_url":"https://codeload.github.com/boneskull/particle-neopixel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230096222,"owners_count":18172411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["argon","boron","led","mesh","neopixel","particle","rgb","ws2812b","xenon"],"created_at":"2024-10-03T01:31:22.215Z","updated_at":"2024-12-17T09:40:32.466Z","avatar_url":"https://github.com/boneskull.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# particle-neopixel\n\n\u003e Color cycle a NeoPixel (WS2812B) strip w/ Particle Argon/Xenon/Boron\n\nThere are many like it, but this one is mine.\n\n## Particle Cloud Functions\n\n- `enable()` - Turns the NeoPixel strip \"on\"\n- `disable()` - Turns the NeoPixel strip \"off\"\n- `setBrightness(short)` - Set brightness from 1-100, inclusive\n- `setDelay(short)` - Set update delay in ms\n\n\u003e Note: Particle Cloud Functions only accept a single `String` value; any args are converted/coerced into the proper data type.\n\n## Particle Cloud Variables\n\n- `settings` - `{String}`:  All settings in a JSON object.  Properties:\n  - `enabled` - `{bool}` (default `true`): Whether or not the strip is currently enabled\n  - `delay` - `{short}` (default `20`): Current delay setting\n  - `brightness` - `{short}` (default `50`): Current brightness setting\n\n## Notes\n\n- Settings are persisted in EEPROM.  Should I be doing this?  I have no idea.\n- `setBrightness(0)` just invokes `disable()`. It does not save `0` as the `brightness` setting.\n- Very obviously adapted from Adafruit's \"rainbow\" example.\n\n## License\n\nCopyright © 2019 Christopher Hiller. Licensed Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboneskull%2Fparticle-neopixel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboneskull%2Fparticle-neopixel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboneskull%2Fparticle-neopixel/lists"}