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

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

#6 in #interfacing

Download history 104/week @ 2025-01-13 138/week @ 2025-01-20 342/week @ 2025-01-27 45/week @ 2025-02-03

629 downloads per month

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