{"id":24625152,"url":"https://github.com/johnmccabe/mote","last_synced_at":"2025-05-07T17:12:37.929Z","repository":{"id":57527200,"uuid":"92781972","full_name":"johnmccabe/mote","owner":"johnmccabe","description":"Go library for the Pimoroni Mote plug and play USB APA102 controller","archived":false,"fork":false,"pushed_at":"2023-04-14T16:17:48.000Z","size":90,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T17:12:31.271Z","etag":null,"topics":["go","golang","golang-library","hardware","led-controller","mote","pimoroni","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://shop.pimoroni.com/products/mote","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnmccabe.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":"2017-05-29T23:13:24.000Z","updated_at":"2025-02-11T23:21:59.000Z","dependencies_parsed_at":"2024-06-20T12:03:44.926Z","dependency_job_id":"374eed7b-2b69-4039-a57c-6938988d2dd5","html_url":"https://github.com/johnmccabe/mote","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fmote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fmote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fmote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fmote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnmccabe","download_url":"https://codeload.github.com/johnmccabe/mote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252922342,"owners_count":21825639,"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":["go","golang","golang-library","hardware","led-controller","mote","pimoroni","raspberry-pi"],"created_at":"2025-01-25T04:13:12.734Z","updated_at":"2025-05-07T17:12:37.893Z","avatar_url":"https://github.com/johnmccabe.png","language":"Go","readme":"[![Go Report Card Badge]][Go Report Card]\n[![GoDoc Badge]][GoDoc]\n\n![Mote](go-mote-logo.png)\nBuy the Mote controller \u0026 accessories here: https://shop.pimoroni.com/products/mote\n\nThis repo contains a port of the [Pimoroni Mote library](https://github.com/pimoroni/mote) from Python to Go.\n\nIf you have a PHAT Mote go here: https://github.com/johnmccabe/motephat\n\n## Prerequisites\n\n### OSX\n\nThe `go.bug.st/serial/enumerator` library used to detect the Mote port requires the use of cgo on MacOSX in order to access the IOKit Framework so you will need to have XCode installed.\n\n```\nxcode-select --install\n```\n\n## Using\n\nImport the library via:\n\n```go\nimport \"github.com/johnmccabe/mote\"\n```\n\nYou can refer to the examples in the `example\\` directory and the [GoDocs][GoDoc] for information on using the library.\n\n## Examples\n\nYou can run the supplied example programs (ported from their Python equivalents) as follows.\n\n```shell\ngo mod tidy\n```\n\nThen running each example as follows.\n\n```shell\ngo run examples/rgb/rgb.go 255 0 0\ngo run examples/rainbow/rainbow.go\ngo run examples/cheerlights/cheerlights.go\n```\n\n\n\n*The Golang Gopher was created by [Renée French](http://reneefrench.blogspot.co.uk/) and is [Creative Commons Attributions 3.0](https://creativecommons.org/licenses/by/3.0/) licensed.*\n\n[Go Report Card]: https://goreportcard.com/report/github.com/johnmccabe/mote\n[Go Report Card Badge]: https://goreportcard.com/badge/github.com/johnmccabe/mote\n[GoDoc]: https://pkg.go.dev/github.com/johnmccabe/mote\n[GoDoc Badge]: https://pkg.go.dev/badge/github.com/johnmccabe/mote.svg\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnmccabe%2Fmote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnmccabe%2Fmote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnmccabe%2Fmote/lists"}