Skip to content

Instantly share code, notes, and snippets.

@justind000
Created September 4, 2019 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justind000/e3938a243d7a95988e2df957708b6b38 to your computer and use it in GitHub Desktop.
Save justind000/e3938a243d7a95988e2df957708b6b38 to your computer and use it in GitHub Desktop.
ORP Rust
extern crate ufire_ise;
use ufire_ise::*;
let mut orp = ufire_ise::IseProbe::new("/dev/i2c-3", 0x3f).unwrap();
orp.measure_mv();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment