会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
GeGeBoom
智能硬件、嵌入式系统、物联网、电子产品设计
博客园
首页
新随笔
联系
订阅
管理
2019年12月20日
PCA9536读写测试之MicroPython
摘要: import machine i2c = machine.I2C(scl = machine.Pin(22), sda = machine.Pin(23), freq = 100000) #初始化I2C i2c.writeto_mem(65, 3,b'\xff') #PCA9536 地址0x41(6
阅读全文
posted @ 2019-12-20 15:58 GeGeBoom
阅读(579)
评论(0)
推荐(0)
编辑
公告