kbot-pwrbrd

Crates.iokbot-pwrbrd
lib.rskbot-pwrbrd
version0.2.2
created_at2025-01-18 02:08:40.186884+00
updated_at2025-01-30 11:03:30.468797+00
descriptionA Rust library for interfacing with the K-Bot power board over CAN
homepage
repositoryhttps://github.com/kscalelabs/kbot-pwrbrd
max_upload_size
id1521311
size29,781
Wesley Maa (WT-MM)

documentation

https://docs.rs/kbot-pwrbrd

README

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");
}
Commit count: 14

cargo fmt