Skip to content

Instantly share code, notes, and snippets.

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