hosp

Crates.iohosp
lib.rshosp
version0.1.0
sourcesrc
created_at2018-06-26 23:10:36.707794
updated_at2018-06-26 23:10:36.707794
descriptionInterface for managing an ODROID Smart Power device over USB.
homepagehttps://github.com/energymon/hosp-rs
repositoryhttps://github.com/energymon/hosp-rs
max_upload_size
id71870
size12,149
Connor Imes (connorimes)

documentation

README

Hardkernel ODROID Smart Power - Rust Implementation

This Rust crate provides an interface for managing an ODROID Smart Power device. It is roughly based on the hosp C library.

Dependencies

You need an ODROID Smart Power device with a USB connection.

You will also need the hidapi library. On Ubuntu 14.04 LTS and newer, just install libhidapi-dev. We use the hidapi-rs crate.

Usage

Add hosp as a dependency in Cargo.toml:

[dependencies]
hosp = "0.1"

Project Source

Find this and related project sources at the energymon organization on GitHub.
This project originates at: https://github.com/energymon/hosp-rs

Bug reports and pull requests for bug fixes and enhancements are welcome.

Commit count: 4

cargo fmt