摘要: 连线 vcc-3.3v-5v gnd-gnd scl-22 sda-21 效果 #include <Wire.h> //IIC #include <math.h> int BH1750address = 0x23; byte buff[2]; void setup() { Wire.begin(); 阅读全文
posted @ 2022-07-11 11:11 昊月光华 阅读(131) 评论(0) 推荐(0)