{"id":23744935,"url":"https://github.com/stm32duino/m95640-r","last_synced_at":"2025-07-13T04:34:04.943Z","repository":{"id":86445350,"uuid":"250514570","full_name":"stm32duino/M95640-R","owner":"stm32duino","description":"Arduino library to support M95640-R SPI EEPROM","archived":false,"fork":false,"pushed_at":"2021-10-05T16:52:03.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-31T12:52:03.671Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stm32duino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-03-27T11:16:34.000Z","updated_at":"2024-02-25T17:53:30.000Z","dependencies_parsed_at":"2023-07-13T18:00:47.131Z","dependency_job_id":null,"html_url":"https://github.com/stm32duino/M95640-R","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FM95640-R","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FM95640-R/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FM95640-R/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FM95640-R/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stm32duino","download_url":"https://codeload.github.com/stm32duino/M95640-R/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239898461,"owners_count":19715212,"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":[],"created_at":"2024-12-31T12:51:02.886Z","updated_at":"2025-02-20T19:18:58.107Z","avatar_url":"https://github.com/stm32duino.png","language":"C++","readme":"# M95640-R\nArduino library to support the M95640-R SPI EEPROM\n\n## API\n\nThis sensor uses SPI to communicate.\n\nFor SPI it is then required to create a SPI interface before accessing to the sensors:  \n\n    dev_spi = new SPIClass(SPI_MOSI, SPI_MISO, SPI_SCK);  \n    dev_spi-\u003ebegin();\n\nAn instance can be created and enabled with SPI bus following the procedure below:  \n\n    myM95640R = new M95640R(devSPI, D5);\n    myM95640R-\u003ebegin();\n\nIf you want to read the EEPROM you can call the following API:\n\n    myM95640R-\u003eEepromRead(0x0000, 32, tmpBuffer);\n\nIf you want to write data into the EEPROM you can call the following API:\n\n    myM95640R-\u003eEepromWrite(0x0000, 32, tmpBuffer);\n\n## Documentation\n\nYou can find the source files at  \nhttps://github.com/stm32duino/M95640-R\n\nThe M95640-R EEPROM datasheet is available at  \nhttps://www.st.com/content/st_com/en/products/memories/serial-eeprom/standard-serial-eeprom/standard-spi-eeprom/m95640-r.html\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fm95640-r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstm32duino%2Fm95640-r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fm95640-r/lists"}