Skip to content

Instantly share code, notes, and snippets.

@justind000
Last active February 28, 2019 15:27
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/e3a2fc8eb54c4b5c11130c79abeb69c0 to your computer and use it in GitHub Desktop.
Save justind000/e3a2fc8eb54c4b5c11130c79abeb69c0 to your computer and use it in GitHub Desktop.
extern crate ufire_iso_ec;
use ufire_iso_ec::*;
let mut ec = EcProbe::new("/dev/i2c-3", 0x3c);
let ms = ec.measure_ec();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment