摘要: 1、欧姆定律:I=U/RU:电压,V;R:电阻,Ω;I:电流,A;2、全电路欧姆定律:I=E/(R+r)I:电流,A;E:电源电动势,V;r:电源内阻,Ω;R:负载电阻,Ω3、并联电路,总电流等于各个电阻上电流之和I=I1+I2+…In4、串联电路,总电流与各电流相等I=I1=I2=I3=…=In5 阅读全文
posted @ 2021-06-17 10:36 赖赖518 阅读(4913) 评论(0) 推荐(0)
摘要: 1。建四个文件夹 USER OBJ CORE FWLIB如图: 2.在USER中放 其main.c stm32f10x_conf.h stm32f10x_it.c stm32f10x_it.h system_stm32f10x.c main.c: 主函数stm32f10x_conf.h :包含外设. 阅读全文
posted @ 2021-06-17 10:26 赖赖518 阅读(70) 评论(0) 推荐(0)