5 releases
0.2.2 | Jan 30, 2025 |
---|---|
0.2.1 | Jan 30, 2025 |
0.2.0 | Jan 30, 2025 |
0.1.2 | Jan 21, 2025 |
0.1.1 | Jan 18, 2025 |
#6 in #interfacing
629 downloads per month
15KB
235 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–14MB
~158K SLoC