unishock 0.1.0

Rust crate to interface with various shockers (PiShock/OpenShock).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Interact with remote-controlled PiShock shockers, or other OpenShock-supported devices.
//!
//! `unishock` implements various protocols and supports multiple interfaces for working with remote-controlled shocker
//! hardware. As of now, the library only works with PiShock devices over serial port, however there are plans to extend
//! support for different PiShock APIs and implement compatibility with OpenShock.
//!
//! # Supported platforms
//!
//!  * Linux
//!  * Windows
//!  * macOS

pub mod pishock;