Registry / other / msp430

msp430

JSON →
library0.4.1rscratesunverified

Low level access to MSP430 microcontrollers.

# Cargo.toml [dependencies] msp430 = "0.4.1"
INSTALL
IMPORT
SIG · MSP430
M
msp430
otherrustv0.4.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.

msp430
use msp430::register::msp430;

Read the status register of an MSP430 microcontroller.

use msp430::register::msp430; fn main() { // Example: read the status register let sr = msp430::sr::read(); println!("Status register: {:?}", sr); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
msp430 — cargo add msp430 · libregistry