Skip to content

Instantly share code, notes, and snippets.

@justind000
Last active September 4, 2019 09:45
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/f20acd8875e48effa298799dab6bb533 to your computer and use it in GitHub Desktop.
Save justind000/f20acd8875e48effa298799dab6bb533 to your computer and use it in GitHub Desktop.
ISE Rust use example
extern crate ufire_ise;
use ufire_ise::*;
let mut ph = ufire_ise::IseProbe::new("/dev/i2c-3", 0x3f).unwrap();
ph.measure_ph();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment