Registry / other / shared-bus

shared-bus

JSON →
library0.3.1rscratesunverified

Abstraction for sharing a bus between multiple devices in embedded systems.

# Cargo.toml [dependencies] shared-bus = "0.3.1"
INSTALL
IMPORT
SIG · SHARED-BUS
S
shared-bus
otherrustv0.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BusManager
use shared_bus::BusManager;

Creates a new bus manager for sharing.

use shared_bus::BusManager; fn main() { let manager = BusManager::new(); println!("Bus manager created"); }
Debug
Known issues
gotchaRequires a specific bus implementation (e.g., I2C, SPI) and may need platform-specific setup.
fix
Use with embedded-hal implementations and ensure correct bus type.
affects: >= 0.1.0
Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
shared-bus — cargo add shared-bus · libregistry