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

bin+lib kbot-pwrbrd

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

2 releases

new 0.1.2 Jan 21, 2025
0.1.1 Jan 18, 2025

#6 in #interfacing

Download history 100/week @ 2025-01-13

100 downloads per month

MIT license

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