#power #board #interfacing #k-bot #kbot #pwrbrd

bin+lib kbot-pwrbrd

A Rust library for interfacing with the K-Bot power board over CAN

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

#10 in #interfacing

MIT license

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
~157K SLoC