Custom I2C API

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
yisoo
Posts: 1
Joined: Sat Mar 14, 2015 7:48 am

Custom I2C API

Post by yisoo » Sat Mar 14, 2015 7:58 am

I just wanted to make an easy api on I2C.
because the first time, I2C was little hard at me..
so i made a custom I2C API for beginner :)

https://github.com/yisoo/micropython-i2c_api

Post Reply