{"id":26787379,"url":"https://github.com/einararnason/i2cteensy","last_synced_at":"2025-09-04T00:43:49.699Z","repository":{"id":195576576,"uuid":"256814989","full_name":"EinarArnason/I2Cteensy","owner":"EinarArnason","description":"I2C implementation for Teensy microcontrollers","archived":false,"fork":false,"pushed_at":"2020-05-31T13:21:08.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T12:19:52.440Z","etag":null,"topics":["cpp","i2c","teensy"],"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:38:50.000Z","updated_at":"2020-05-31T13:22:56.000Z","dependencies_parsed_at":"2023-09-18T20:54:22.001Z","dependency_job_id":null,"html_url":"https://github.com/EinarArnason/I2Cteensy","commit_stats":null,"previous_names":["einararnason/i2cteensy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/EinarArnason/I2Cteensy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Cteensy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Cteensy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Cteensy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Cteensy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EinarArnason","download_url":"https://codeload.github.com/EinarArnason/I2Cteensy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FI2Cteensy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273534472,"owners_count":25122676,"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-09-03T02:00:09.631Z","response_time":76,"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":["cpp","i2c","teensy"],"created_at":"2025-03-29T12:19:39.805Z","updated_at":"2025-09-04T00:43:49.681Z","avatar_url":"https://github.com/EinarArnason.png","language":"C++","funding_links":["paypal.me/EinarArnason"],"categories":[],"sub_categories":[],"readme":"# I2Cteensy library\n\nI2C implementation for Teensy microcontrollers\n\n## The What\n\nThis library is a Teensy 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#### Dependencies\n\n- Arduino IDE \u003chttps://www.arduino.cc/en/main/software\u003e\n- i2c_t3 \u003chttps://github.com/nox771/i2c_t3\u003e\n\n### Usage\n\nTypical operation:\n\n```c++\n#include \"I2Cteensy.h\"\n\nI2C::Config i2cConfig(0x00, 100000);\nI2Cteensy i2c();\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%2Fi2cteensy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feinararnason%2Fi2cteensy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinararnason%2Fi2cteensy/lists"}