Skip to content

Instantly share code, notes, and snippets.

@stestagg
Created March 25, 2016 20:00
Show Gist options
  • Save stestagg/6953c2042b12082a26b8 to your computer and use it in GitHub Desktop.
Save stestagg/6953c2042b12082a26b8 to your computer and use it in GitHub Desktop.
>>> from machine import *
>>> from pyb import *
>>> iic = I2C(Pin(2), Pin(0))
>>> iic.writeto(0x7A, 0xAF)
>>> iic.writeto(0x7A, 0xA7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment