
工作电压:3.3-5.5V
工作温度:-40 ---85度
照度范围:1----1000LUX,实测2----995LUX
输出信号:模拟输出
二、器材TEMT6000
arduino uno
三、接线mixly程序
arduino程序
void setup(){
Serial.begin(9600);
}
void loop(){
Serial.println(analogRead(A0));
}
五、效果
串口打印现在的光照强度
欢迎分享,转载请注明来源:内存溢出

工作电压:3.3-5.5V
工作温度:-40 ---85度
照度范围:1----1000LUX,实测2----995LUX
输出信号:模拟输出
二、器材TEMT6000
arduino uno
三、接线mixly程序
arduino程序
void setup(){
Serial.begin(9600);
}
void loop(){
Serial.println(analogRead(A0));
}
五、效果
串口打印现在的光照强度
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)