unishock 0.1.0

Rust crate to interface with various shockers (PiShock/OpenShock).
Documentation
1
2
3
4
5
6
7
8
9
//! Implementation of the PiShock serial API.
//!
//! [Official API docs](https://docs.pishock.com/pishock/api-documentation/serial-api-documentation.html)

pub mod commands;
pub mod error;
pub mod hub;
pub mod payload;
pub mod response;