Last active
March 25, 2016 19:58
-
-
Save stestagg/ad8feea7c54e09d21160 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> 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