2 releases
new 0.1.2 | Jan 21, 2025 |
---|---|
0.1.1 | Jan 18, 2025 |
#6 in #interfacing
100 downloads per month
7KB
82 lines
kbot-pwrbrd
A Rust library for interfacing with the K-Bot power board over CAN.
Usage
use kbot_pwrbrd::PowerBoard;
if let board = PowerBoard::new("can0").is_ok() {
println!("Board initialized successfully");
} else {
println!("Failed to initialize board");
}
Dependencies
~5–13MB
~152K SLoC