{"id":16358182,"url":"https://github.com/newam/eeprom25aa02e48-rs","last_synced_at":"2026-02-27T04:33:16.847Z","repository":{"id":43287764,"uuid":"255212882","full_name":"newAM/eeprom25aa02e48-rs","owner":"newAM","description":"Platform agnostic Rust driver for the 25AA02E48 serial EEPROM device using embedded-hal traits.","archived":false,"fork":false,"pushed_at":"2025-03-09T22:34:52.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-18T23:14:56.962Z","etag":null,"topics":["driver","eeprom","rust","rust-embedded"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/newAM.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2020-04-13T02:28:21.000Z","updated_at":"2025-03-09T22:34:56.000Z","dependencies_parsed_at":"2024-05-07T15:28:42.315Z","dependency_job_id":"59ef1008-4836-47a3-9147-c9e0e852696e","html_url":"https://github.com/newAM/eeprom25aa02e48-rs","commit_stats":{"total_commits":35,"total_committers":4,"mean_commits":8.75,"dds":0.6285714285714286,"last_synced_commit":"cd7d89ee51cb8db96e452faa40d2d6c30f3cffe3"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/newAM/eeprom25aa02e48-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Feeprom25aa02e48-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Feeprom25aa02e48-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Feeprom25aa02e48-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Feeprom25aa02e48-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newAM","download_url":"https://codeload.github.com/newAM/eeprom25aa02e48-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Feeprom25aa02e48-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266655372,"owners_count":23963553,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["driver","eeprom","rust","rust-embedded"],"created_at":"2024-10-11T02:04:59.955Z","updated_at":"2026-02-27T04:33:16.784Z","avatar_url":"https://github.com/newAM.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![crates.io](https://img.shields.io/crates/v/eeprom25aa02e48.svg)](https://crates.io/crates/eeprom25aa02e48)\n[![docs.rs](https://docs.rs/eeprom25aa02e48/badge.svg)](https://docs.rs/eeprom25aa02e48/)\n[![Build Status](https://github.com/newAM/eeprom25aa02e48-rs/workflows/CI/badge.svg)](https://github.com/newAM/eeprom25aa02e48-rs/actions)\n\n# eeprom25aa02e48\n\nInspired by [eeprom24x-rs], this is a driver for the [Microchip 25AA02E48]\nSPI EEPROM, based on the [`embedded-hal`] traits.\n\nThis EEPROM is unique because it has an EUI-48 MAC address programmed into\nthe EEPROM, which is convenient for creating internet connected devices\nwith valid MAC addresses.\n\n## Example\n\n```rust\nuse eeprom25aa02e48::Eeprom25aa02e48;\n\nlet mut eeprom = Eeprom25aa02e48::new(spi);\nlet eui48: [u8; 6] = eeprom.read_eui48()?;\n```\n\n[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal\n[eeprom24x-rs]: https://github.com/eldruin/eeprom24x-rs\n[Microchip 25AA02E48]: http://ww1.microchip.com/downloads/en/DeviceDoc/25AA02E48-25AA02E64-2K-SPI-Bus-Serial-EEPROM-Data%20Sheet_DS20002123G.pdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Feeprom25aa02e48-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewam%2Feeprom25aa02e48-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Feeprom25aa02e48-rs/lists"}