{"id":16237572,"url":"https://github.com/lexus2k/esp32_spi","last_synced_at":"2026-05-02T02:39:11.504Z","repository":{"id":108162763,"uuid":"340221287","full_name":"lexus2k/esp32_spi","owner":"lexus2k","description":"ESP32 C++ spi library","archived":false,"fork":false,"pushed_at":"2021-02-19T01:11:54.000Z","size":3,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-14T05:43:10.076Z","etag":null,"topics":["esp32","spi"],"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-19T01:06:52.000Z","updated_at":"2021-02-28T21:40:11.000Z","dependencies_parsed_at":"2023-12-16T14:15:49.185Z","dependency_job_id":null,"html_url":"https://github.com/lexus2k/esp32_spi","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"8fa91152d1d2b6baa65a975816ca05ed12ab1cd0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fesp32_spi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fesp32_spi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fesp32_spi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexus2k%2Fesp32_spi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexus2k","download_url":"https://codeload.github.com/lexus2k/esp32_spi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247808865,"owners_count":20999802,"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","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","spi"],"created_at":"2024-10-10T13:36:10.964Z","updated_at":"2026-05-02T02:39:11.463Z","avatar_url":"https://github.com/lexus2k.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp32_spi\n\n## Usage example\n\n```.cpp\n#include \"spibus.h\"\nWireSPI SPI;\n\n...\n    SPI.begin();\n...\n    SPI.beginTransaction( 1000000, -1, 0); //  Start transaction at 1MHz in SPI mode 0, CS is not specified (-1)\n    SPI.transfer(data, len); // Transfer buffer data of length len bytes\n    SPI.endTransaction();    // End transaction\n...\n    SPI.end();\n...\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexus2k%2Fesp32_spi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexus2k%2Fesp32_spi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexus2k%2Fesp32_spi/lists"}