2021-09-09 09:11:51 索炜达电子 1862
项目编号:E904
文件大小:15M
源码说明:带中文注释
开发环境:C编译器
简要概述:
普中单片机开发板Proteus仿真+实验例程+注释
简要概述:
目录│文件列表:
├ 仿真
│ │ 说明.txt
│ ├ 7.1
│ │ │ 123.DSN
│ │ └ 123.PWI
│ └ 8.7
│ └ 123.pdsprj
└ 实验例程
│ 说明.txt
└ 实验例程
├ 实验10:LED点阵(显示数字)
│ └ 实验10:LED点阵(显示数字)
│ │ main.c
│ │ main.LST
│ │ main.OBJ
│ │ template
│ │ template.hex
│ │ template.lnp
│ │ template.M51
│ │ template.plg
│ │ template.uvgui.Administrator
│ │ template.uvopt
│ │ template.uvproj
│ └ template_uvopt.bak
├ 实验11:直流电机
│ └ 实验11:直流电机
│ │ main.c
│ │ template
│ │ template.hex
│ │ template.M51
│ │ template.uvgui.Administrator
│ │ template.uvopt
│ └ template.uvproj
├ 实验12:外部中断0
│ └ 实验12:外部中断0
│ │ main.c
│ │ template
│ │ template.hex
│ │ template.M51
│ │ template.plg
│ │ template.uvgui.Administrator
│ │ template.uvopt
│ └ template.uvproj
├ 实验13:外部中断1
│ └ 实验13:外部中断1
│ │ main.c
│ │ template
│ │ template.hex
│ │ template.M51
│ │ template.uvgui.Administrator
│ │ template.uvopt
│ └ template.uvproj
├ 实验14:定时器0中断
│ └ 实验14:定时器0中断
│ │ main.c
│ │ template
│ │ template.hex
│ │ template.M51
│ │ template.uvgui.Administrator
│ │ template.uvopt
│ └ template.uvproj
├ 实验15:定时器1中断
│ └ 实验15:定时器1中断
│ │ main.c
│ │ template
│ │ template.hex
│ │ template.M51
│ │ template.uvgui.Administrator
│ │ template.uvopt
│ │ template.uvproj
│ └ template_Target 1.cfg
├ 实验16:串口通信
│ └ 实验21:串口通信
│ │ 串口助手设置截图.png
│ │ 接线图.jpg
│ └ 程序
│ │ main.c
│ │ main.LST
│ │ main.OBJ
│ │ template
│ │ template.hex
│ │ template.lnp
│ │ template.M51
│ │ template.plg
│ │ template.uvgui.Administrator
│ │ template.uvopt
│ │ template.uvproj
│ └ template_Target 1.cfg
├ 实验17:EEPROM-IIC
│ └ 实验16:EEPROM-IIC
│ │ i2c.c
│ │ i2c.h
│ │ i2c.LST
│ │ i2c.OBJ
│ │ i2c.__i
│ │ main.c
│ │ main.LST
│ │ main.OBJ
│ │ template
│ │ template.hex
│ │ template.lnp
│ │ template.M51
│ │ template.plg
│ │ template.uvgui.Administrator
│ │ template.uvopt
│ │ template.uvproj
│ └ template_Target 1.cfg
├ 实验18:DS18B20温度传感器
│ └ 实验17:DS18B20温度传感器