{"id":26249572,"url":"https://github.com/durydevelop/dpplibmcu","last_synced_at":"2025-08-02T02:34:05.170Z","repository":{"id":281485376,"uuid":"881992884","full_name":"durydevelop/dpplibmcu","owner":"durydevelop","description":"CPP library to handle GPIO on SBC and MCU with the same code.","archived":false,"fork":false,"pushed_at":"2025-07-05T17:29:27.000Z","size":25189,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T18:04:22.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/durydevelop.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,"zenodo":null}},"created_at":"2024-11-01T16:45:38.000Z","updated_at":"2025-07-05T17:29:31.000Z","dependencies_parsed_at":"2025-04-19T08:32:47.953Z","dependency_job_id":null,"html_url":"https://github.com/durydevelop/dpplibmcu","commit_stats":null,"previous_names":["durydevelop/dpplibmcu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/durydevelop/dpplibmcu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durydevelop%2Fdpplibmcu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durydevelop%2Fdpplibmcu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durydevelop%2Fdpplibmcu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durydevelop%2Fdpplibmcu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/durydevelop","download_url":"https://codeload.github.com/durydevelop/dpplibmcu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durydevelop%2Fdpplibmcu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268327438,"owners_count":24232656,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-03-13T15:38:24.270Z","updated_at":"2025-08-02T02:34:05.160Z","avatar_url":"https://github.com/durydevelop.png","language":"C++","readme":"# dpplib-mcu\r\n\r\ndpplib-mcu is a library that allow you (...or aim to) writing program for MCUs (like Arduino) and SBCs (like Raspberry pi) using the same code.\r\n\r\nFor example, You can read a digital pin 4 instantiating the class and call begin() (arduino style):\r\n\r\n```cpp\r\nDDigitalInput input(4);\r\ninput.begin();\r\n```\r\n\r\nthen read it:\r\n\r\n```cpp\r\nint status = input;\r\n```\r\n\r\nor:\r\n\r\n```cpp\r\nint status=input.read();\r\n```\r\n\r\nThe result can be HIGH or LOW (Arduino style).\r\n\r\nThis code compiles on both Arduino and Raspberry.\r\n\r\n***\r\n\r\n#### See [here](src) for modules list and help.\r\n\r\n### Doxygen support for doc.\r\n\r\n### Drivers modules for ready to use some sensor board:\r\n\r\n- INA226 and INA228 current/voltage sensors.\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurydevelop%2Fdpplibmcu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdurydevelop%2Fdpplibmcu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurydevelop%2Fdpplibmcu/lists"}