hosp 0.1.0

Interface for managing an ODROID Smart Power device over USB.
Documentation
  • Coverage
  • 60.87%
    14 out of 23 items documented0 out of 10 items with examples
  • Size
  • Source code size: 12.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 673.39 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • energymon/hosp-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • connorimes

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.