{"id":16237596,"url":"https://github.com/lexus2k/esp32_i2c","last_synced_at":"2026-04-30T14:37:05.765Z","repository":{"id":108162730,"uuid":"340219970","full_name":"lexus2k/esp32_i2c","owner":"lexus2k","description":"ESP32 i2c C++ library","archived":false,"fork":false,"pushed_at":"2021-02-19T01:04:30.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T08:49:46.445Z","etag":null,"topics":["esp32","i2c"],"latest_commit_sha":null,"homepage":"","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/lexus2k.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":"2021-02-19T00:59:00.000Z","updated_at":"2021-02-19T01:05:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"1528373f-51f9-4bc9-b84f-e7556104f1c0","html_url":"https://github.com/lexus2k/esp32_i2c","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"22eb26e0452dd065ff15c67fdaaae164c88af98f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lexus2k/esp32_i2c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fesp32_i2c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fesp32_i2c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fesp32_i2c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fesp32_i2c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexus2k","download_url":"https://codeload.github.com/lexus2k/esp32_i2c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fesp32_i2c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32468009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["esp32","i2c"],"created_at":"2024-10-10T13:36:17.966Z","updated_at":"2026-04-30T14:37:05.748Z","avatar_url":"https://github.com/lexus2k.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp32_i2c\n\n\n## Usage\n\n```.cpp\n#include \"wire_i2c.h\"\n\nWireI2C I2C( I2C_NUM_1, 400000 );\n\n...\n\n    I2C.begin();\n...\n    I2C.beginTransmission( 0x3C ); // device address\n    I2C.write(0x80); // send some data\n    I2C.write(0x00); // send some data\n    I2C.endTransmission();\n...\n    I2C.end();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexus2k%2Fesp32_i2c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexus2k%2Fesp32_i2c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexus2k%2Fesp32_i2c/lists"}