摘要:
#include <OneWire.h> #include <DallasTemperature.h> // 引脚定义 #define ONE_WIRE_BUS 15 //库引用实例 OneWire oneWire(ONE_WIRE_BUS); DallasTemperature sensors(& 阅读全文
摘要:
//读取并返回GPIO2的模拟电压,单位,毫伏 //analogReadMilliVolts(2) #define v_out_adc 2 #define i_in_adc 4 void setup() { // 初始化波特率 Serial.begin(115200); analogReadReso 阅读全文
摘要:
ss8050驱动继电器 高电平状态 0.7左右 4.7k限流,10k下拉,稳定工作 mos模块 满占空比 5v,5a,几分钟,mos温度破70 阅读全文