{"id":26787382,"url":"https://github.com/einararnason/i2clinux","last_synced_at":"2026-05-02T13:32:17.390Z","repository":{"id":195576564,"uuid":"256809205","full_name":"EinarArnason/I2Clinux","owner":"EinarArnason","description":"I2C implementation for Linux","archived":false,"fork":false,"pushed_at":"2021-06-10T20:14:38.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T12:19:52.919Z","etag":null,"topics":["cpp","i2c","linux"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/EinarArnason.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["paypal.me/EinarArnason"]}},"created_at":"2020-04-18T17:10:20.000Z","updated_at":"2021-06-10T20:14:40.000Z","dependencies_parsed_at":"2023-09-18T20:54:20.615Z","dependency_job_id":null,"html_url":"https://github.com/EinarArnason/I2Clinux","commit_stats":null,"previous_names":["einararnason/i2clinux"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/EinarArnason/I2Clinux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Clinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Clinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Clinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Clinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EinarArnason","download_url":"https://codeload.github.com/EinarArnason/I2Clinux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Clinux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: 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":["cpp","i2c","linux"],"created_at":"2025-03-29T12:19:40.364Z","updated_at":"2026-05-02T13:32:17.351Z","avatar_url":"https://github.com/EinarArnason.png","language":"C++","funding_links":["paypal.me/EinarArnason"],"categories":[],"sub_categories":[],"readme":"# I2Clinux library\n\nI2C implementation for Linux\n\n## The What\n\nThis library is a Linux implementation for I\u003csup\u003e2\u003c/sup\u003eC controllers.\n\n## The Why\n\nBecause this library inherits the I2C interface, it can be applied in a modular manner.\n\n## The How\n\n### Building\n\n#### Using cmake\n\n```cmake\nadd_subdirectory(${I2ClinuxDir})\ntarget_link_libraries(${PROJECT_NAME} I2Clinux)\n```\n\n### Usage\n\nTypical operation:\n\n```c++\n#include \"I2Clinux.h\"\n\nI2C::Config i2cConfig(0x00, 100000);\nI2Clinux i2c(\"/dev/i2c-1\", i2cConfig.address);\ni2c.init();\n\nchar data[1] = 0xAA;\ni2c.send(i2cConfig, data, sizeof(data));\ni2c.receive(i2cConfig, data, sizeof(data));\n```\n\n## The Who\n\nEinar Arnason  \n\u003chttps://github.com/EinarArnason\u003e  \n\u003chttps://www.linkedin.com/in/einararnason/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinararnason%2Fi2clinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feinararnason%2Fi2clinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinararnason%2Fi2clinux/lists"}