Skip to content

Instantly share code, notes, and snippets.

@urish
Created April 1, 2017 00:50
Show Gist options
  • Save urish/b07cc6dd5629ba668f9730336099c6fd to your computer and use it in GitHub Desktop.
Save urish/b07cc6dd5629ba668f9730336099c6fd to your computer and use it in GitHub Desktop.
for (let i = 0; i < 0x80; i++) {
try { I2C1.readFrom(i, 1); console.log(i); } catch (e) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment