{"id":16358176,"url":"https://github.com/newam/bme280-multibus","last_synced_at":"2025-09-24T05:32:00.950Z","repository":{"id":44911295,"uuid":"347423173","full_name":"newAM/bme280-multibus","owner":"newAM","description":"Embedded rust driver for the Bosch BME280.","archived":false,"fork":false,"pushed_at":"2024-01-11T23:01:40.000Z","size":102,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-11T04:42:30.621Z","etag":null,"topics":["bme280","bosch","embedded","i2c","rust"],"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}},"created_at":"2021-03-13T16:39:18.000Z","updated_at":"2024-04-06T16:22:39.000Z","dependencies_parsed_at":"2023-12-28T22:28:07.831Z","dependency_job_id":"fabc1693-841c-4ebb-9bd2-bca647ba6fe0","html_url":"https://github.com/newAM/bme280-multibus","commit_stats":{"total_commits":60,"total_committers":6,"mean_commits":10.0,"dds":"0.44999999999999996","last_synced_commit":"c0712a4dd14fec523d11f4dff8bc47ea3ae65981"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fbme280-multibus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fbme280-multibus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fbme280-multibus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fbme280-multibus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newAM","download_url":"https://codeload.github.com/newAM/bme280-multibus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234045212,"owners_count":18770929,"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":["bme280","bosch","embedded","i2c","rust"],"created_at":"2024-10-11T02:04:59.548Z","updated_at":"2025-09-24T05:32:00.560Z","avatar_url":"https://github.com/newAM.png","language":"Rust","readme":"[![crates.io](https://img.shields.io/crates/v/bme280-multibus.svg)](https://crates.io/crates/bme280-multibus)\n[![docs.rs](https://docs.rs/bme280-multibus/badge.svg)](https://docs.rs/bme280-multibus/)\n[![CI](https://github.com/newAM/bme280-multibus/workflows/CI/badge.svg)](https://github.com/newAM/bme280-multibus/actions)\n\n# bme280-multibus\n\nBME280 driver with support for I2C and SPI buses.\n\n## Example\n\n```rust\nuse bme280_multibus::{Address, Bme280, Sample, Standby};\n\nconst SETTINGS: bme280_multibus::Settings = bme280_multibus::Settings {\n    config: bme280_multibus::Config::RESET\n        .set_standby_time(bme280_multibus::Standby::Millis1000)\n        .set_filter(bme280_multibus::Filter::X16),\n    ctrl_meas: bme280_multibus::CtrlMeas::RESET\n        .set_osrs_t(bme280_multibus::Oversampling::X8)\n        .set_osrs_p(bme280_multibus::Oversampling::X8)\n        .set_mode(bme280_multibus::Mode::Normal),\n    ctrl_hum: bme280_multibus::Oversampling::X8,\n};\n\nlet mut bme: Bme280\u003c_\u003e = Bme280::from_i2c0(i2c, Address::SdoGnd)?;\nbme.settings(\u0026SETTINGS)?;\nlet sample: Sample = bme.sample().unwrap();\n```\n\n## Features\n\n* `serde`: Implement `Serialize` and `Deserialize` for `Sample`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Fbme280-multibus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewam%2Fbme280-multibus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Fbme280-multibus/lists"}