{"id":19623732,"url":"https://github.com/advancedclimatesystems/gpio","last_synced_at":"2025-06-23T18:34:50.023Z","repository":{"id":64307721,"uuid":"68375144","full_name":"AdvancedClimateSystems/gpio","owner":"AdvancedClimateSystems","description":"GPIO package with support for Atmel GPIO Controller written in Go.","archived":false,"fork":false,"pushed_at":"2016-10-12T16:00:24.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T03:41:18.402Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdvancedClimateSystems.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}},"created_at":"2016-09-16T11:41:48.000Z","updated_at":"2019-05-03T05:57:52.000Z","dependencies_parsed_at":"2023-01-15T11:00:20.824Z","dependency_job_id":null,"html_url":"https://github.com/AdvancedClimateSystems/gpio","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AdvancedClimateSystems/gpio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdvancedClimateSystems%2Fgpio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdvancedClimateSystems%2Fgpio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdvancedClimateSystems%2Fgpio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdvancedClimateSystems%2Fgpio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdvancedClimateSystems","download_url":"https://codeload.github.com/AdvancedClimateSystems/gpio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdvancedClimateSystems%2Fgpio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261534385,"owners_count":23173395,"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":[],"created_at":"2024-11-11T11:35:16.574Z","updated_at":"2025-06-23T18:34:49.995Z","avatar_url":"https://github.com/AdvancedClimateSystems.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPIO\n\nGPIO package with support for [Atmel GPIO Controller][atmel]. This controller\nis used by many SoC's such as the Atmel AT91SAM9x series. The package is only a\nsmall wrapper around the `gpio.Pin` type of the package [orangetux/gpio][gpio].\nCheck it's documentation to learn how to use this type.\n\n## Usage\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/orangetux/gpio\"\n    \"github.com/advancedclimatesystems/gpio/atmel\"\n)\n\nfunc main() {\n    pin, err := atmel.OpenPin(115, gpio.ModeInput)\n    if err != nil {\n        fmt.Printf(\"Error opening pin %s.\\n\", err)\n        return\n    }\n    defer pin.Close()\n\n    fmt.Printf(\"State of pin %v.\\n\", pin.Get())\n}\n```\n\n## License\n\nGPIO is licensed under [Mozilla Public License][mpl] © 2016 [Advanced Climate\nSystem][acs].\n\n\n[acs]: http://advancedclimate.nl\n[mpl]: LICENSE\n[atmel]: https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio_atmel.txt\n[gpio]: https://github.com/orangetux/gpio\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadvancedclimatesystems%2Fgpio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadvancedclimatesystems%2Fgpio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadvancedclimatesystems%2Fgpio/lists"}