{"id":20872350,"url":"https://github.com/noatpad/strawberry","last_synced_at":"2026-04-29T07:35:09.846Z","repository":{"id":228682799,"uuid":"760086552","full_name":"noatpad/strawberry","owner":"noatpad","description":"A class-driven GPIO library for the Raspberry Pi in C++","archived":false,"fork":false,"pushed_at":"2024-04-25T21:37:40.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T06:52:40.065Z","etag":null,"topics":["raspberry-pi"],"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/noatpad.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":"2024-02-19T18:59:05.000Z","updated_at":"2025-01-07T00:50:06.000Z","dependencies_parsed_at":"2024-04-25T20:32:18.190Z","dependency_job_id":"b76e1d85-c3c4-4553-a3d1-a8ea409b27d0","html_url":"https://github.com/noatpad/strawberry","commit_stats":null,"previous_names":["noatpad/strawberry"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noatpad/strawberry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noatpad%2Fstrawberry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noatpad%2Fstrawberry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noatpad%2Fstrawberry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noatpad%2Fstrawberry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noatpad","download_url":"https://codeload.github.com/noatpad/strawberry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noatpad%2Fstrawberry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["raspberry-pi"],"created_at":"2024-11-18T06:18:43.137Z","updated_at":"2026-04-29T07:35:09.831Z","avatar_url":"https://github.com/noatpad.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strawberry\n\u003e A class-driven, GPIO library for the Raspberry Pi in C++\n\nInspired by interfaces that treats GPIO pins as devices, such as [gpiozero](https://github.com/gpiozero/gpiozero), the library provides an intuitively simple interface to manage and control components connected to the Raspberry Pi's GPIO.\n\n```cpp\n#include \"strawberry.hpp\"\n\nint main() {\n  LED led(17);\n  Button button(18);\n\n  while (true) {\n    led.write(button.read());\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoatpad%2Fstrawberry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoatpad%2Fstrawberry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoatpad%2Fstrawberry/lists"}