{"id":17880192,"url":"https://github.com/outofambit/easy-neopixels","last_synced_at":"2025-03-22T07:31:18.531Z","repository":{"id":112778041,"uuid":"87748795","full_name":"outofambit/easy-neopixels","owner":"outofambit","description":"NeoPixels! but easier. Beginner friendly functions to control Adafruit NeoPixels, using as simple syntax as possible.","archived":false,"fork":false,"pushed_at":"2021-11-14T05:01:16.000Z","size":17,"stargazers_count":32,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T23:40:39.091Z","etag":null,"topics":["adafruit-neopixel","arduino","arduino-library","beginner-friendly","flora","neopixel","neopixels"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outofambit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-04-10T00:08:05.000Z","updated_at":"2024-10-29T06:43:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8294189-1c41-4a99-bf1a-88920c0a5f77","html_url":"https://github.com/outofambit/easy-neopixels","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofambit%2Feasy-neopixels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofambit%2Feasy-neopixels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofambit%2Feasy-neopixels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofambit%2Feasy-neopixels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outofambit","download_url":"https://codeload.github.com/outofambit/easy-neopixels/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244925121,"owners_count":20532873,"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":["adafruit-neopixel","arduino","arduino-library","beginner-friendly","flora","neopixel","neopixels"],"created_at":"2024-10-28T12:13:17.467Z","updated_at":"2025-03-22T07:31:18.526Z","avatar_url":"https://github.com/outofambit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy NeoPixels Library\n\nMakes it easy to use Neopixels with just a few simple commands!\n\nNo knowledge of functions, objects, or variables required.\n\nIt's as easy as:\n\n```c\nsetupEasyNeoPixels(13, 1);              // attached to pin 13, 1 neopixel long\nwriteEasyNeoPixel(0, HIGH);             // turn on the first neopixel\nwriteEasyNeoPixel(0, 255, 0, 255);      // make the first neopixel purple (red + blue)\n```\n\n## Examples\n\nsee `examples/` for a collection of arduino sketches that use this library\n\n## A Note to Advanced Users\n\nPlease be aware this library pollutes the global namespace with a variable and a few functions. 😄\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutofambit%2Feasy-neopixels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutofambit%2Feasy-neopixels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutofambit%2Feasy-neopixels/lists"}