| Crates.io | kbot-pwrbrd |
| lib.rs | kbot-pwrbrd |
| version | 0.2.2 |
| created_at | 2025-01-18 02:08:40.186884+00 |
| updated_at | 2025-01-30 11:03:30.468797+00 |
| description | A Rust library for interfacing with the K-Bot power board over CAN |
| homepage | |
| repository | https://github.com/kscalelabs/kbot-pwrbrd |
| max_upload_size | |
| id | 1521311 |
| size | 29,781 |
A Rust library for interfacing with the K-Bot power board over CAN.
use kbot_pwrbrd::PowerBoard;
if let board = PowerBoard::new("can0").is_ok() {
println!("Board initialized successfully");
} else {
println!("Failed to initialize board");
}