实例介绍
PIC单片机应用开发24例——基于Proteus仿真[张新,陈跃琴][案例及素材]
【实例截图】
【核心代码】
PIC单片机应用开发24例——基于Proteus仿真[张新,陈跃琴][案例及素材].rar
└── 23080-PIC单片机应用开发24例(实例素材)
├── exam10 cradle head
│ ├── Cradle Head.as
│ ├── Cradle Head.cof
│ ├── Cradle Head.DSN
│ ├── Cradle Head.hex
│ ├── Cradle Head.hxl
│ ├── Cradle Head.lst
│ ├── Cradle Head.map
│ ├── Cradle Head.mcp
│ ├── Cradle Head.mcs
│ ├── Cradle Head.mcw
│ ├── Cradle Head.obj
│ ├── Cradle Head.PWI
│ ├── Cradle Head.rlf
│ ├── Cradle Head.sdb
│ ├── Cradle Head.sym
│ ├── funclist
│ ├── Last Loaded Cradle Head.DBK
│ ├── MCU.c
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam11 spi relay
│ ├── funclist
│ ├── Last Loaded SPI Relay.DBK
│ ├── mainMCU.c
│ ├── mainMCU.dep
│ ├── mainMCU.p1
│ ├── mainMCU.pre
│ ├── slaveMCU.c
│ ├── slaveMCU.dep
│ ├── slaveMCU.p1
│ ├── slaveMCU.pre
│ ├── SPI Relay.DSN
│ ├── SPI Relay Main.as
│ ├── SPI Relay Main.cof
│ ├── SPI Relay Main.hex
│ ├── SPI Relay Main.hxl
│ ├── SPI Relay Main.lst
│ ├── SPI Relay Main.map
│ ├── SPI Relay Main.mcp
│ ├── SPI Relay Main.mcs
│ ├── SPI Relay Main.mcw
│ ├── SPI Relay Main.obj
│ ├── SPI Relay Main.rlf
│ ├── SPI Relay Main.sdb
│ ├── SPI Relay Main.sym
│ ├── SPI Relay.PWI
│ ├── SPI Relay Slave.as
│ ├── SPI Relay Slave.cof
│ ├── SPI Relay Slave.hex
│ ├── SPI Relay Slave.hxl
│ ├── SPI Relay Slave.lst
│ ├── SPI Relay Slave.map
│ ├── SPI Relay Slave.mcp
│ ├── SPI Relay Slave.mcs
│ ├── SPI Relay Slave.mcw
│ ├── SPI Relay Slave.obj
│ ├── SPI Relay Slave.rlf
│ ├── SPI Relay Slave.sdb
│ ├── SPI Relay Slave.sym
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam12 soft uart
│ ├── funclist
│ ├── Last Loaded Soft UART.DBK
│ ├── MCU.c
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── Soft UART.as
│ ├── Soft UART.cof
│ ├── Soft UART.DSN
│ ├── Soft UART.hex
│ ├── Soft UART.hxl
│ ├── Soft UART.lst
│ ├── Soft UART.map
│ ├── Soft UART.mcp
│ ├── Soft UART.mcs
│ ├── Soft UART.mcw
│ ├── Soft UART.obj
│ ├── Soft UART.PWI
│ ├── Soft UART.rlf
│ ├── Soft UART.sdb
│ ├── Soft UART.sym
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam13 PWM output
│ ├── funclist
│ ├── Last Loaded PWM Control.DBK
│ ├── MCU.c
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── PWM Control.as
│ ├── PWM Control.cof
│ ├── PWM Control.DSN
│ ├── PWM Control.hex
│ ├── PWM Control.hxl
│ ├── PWM Control.lst
│ ├── PWM Control.map
│ ├── PWM Control.mcp
│ ├── PWM Control.mcs
│ ├── PWM Control.mcw
│ ├── PWM Control.obj
│ ├── PWM Control.PWI
│ ├── PWM Control.rlf
│ ├── PWM Control.sdb
│ ├── PWM Control.sym
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam14 overload
│ ├── funclist
│ ├── Last Loaded overload.DBK
│ ├── mcu.c
│ ├── mcu.p1
│ ├── mcu.pre
│ ├── overload.as
│ ├── overload.cof
│ ├── overload.DSN
│ ├── overload.hex
│ ├── overload.hxl
│ ├── overload.lst
│ ├── overload.map
│ ├── overload.mcp
│ ├── overload.mcs
│ ├── overload.mcw
│ ├── overload.obj
│ ├── overload.PWI
│ ├── overload.rlf
│ ├── overload.sdb
│ ├── overload.sym
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam15 water level
│ ├── funclist
│ ├── Last Loaded water leve.DBK
│ ├── Last Loaded water level.DBK
│ ├── MCU.c
│ ├── MCU.dep
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ ├── startup.rlf
│ ├── water level.as
│ ├── water level.cof
│ ├── water level.DSN
│ ├── water level.hex
│ ├── water level.hxl
│ ├── water level.lst
│ ├── water level.map
│ ├── water level.mcp
│ ├── water level.mcs
│ ├── water level.mcw
│ ├── water level.obj
│ ├── water level.PWI
│ ├── water level.rlf
│ ├── water level.sdb
│ └── water level.sym
├── exam16 hand amplifier
│ ├── exam hand amplifier.DSN
│ ├── exam hand amplifier.PWI
│ ├── funclist
│ ├── hand amplifier.as
│ ├── hand amplifier.cof
│ ├── hand amplifier.hex
│ ├── hand amplifier.hxl
│ ├── hand amplifier.lst
│ ├── hand amplifier.map
│ ├── hand amplifier.mcp
│ ├── hand amplifier.mcs
│ ├── hand amplifier.mcw
│ ├── hand amplifier.obj
│ ├── hand amplifier.rlf
│ ├── hand amplifier.sdb
│ ├── hand amplifier.sym
│ ├── Last Loaded exam hand amplifier.DBK
│ ├── MCU.c
│ ├── MCU.dep
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam17 waveform generator
│ ├── exam waveform generator.DSN
│ ├── exam waveform generator.PWI
│ ├── funclist
│ ├── Last Loaded exam waveform generator.DBK
│ ├── mcu.c
│ ├── mcu.p1
│ ├── mcu.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ ├── startup.rlf
│ ├── waveform generator.as
│ ├── waveform generator.cof
│ ├── waveform generator.hex
│ ├── waveform generator.hxl
│ ├── waveform generator.lst
│ ├── waveform generator.map
│ ├── waveform generator.mcp
│ ├── waveform generator.mcs
│ ├── waveform generator.mcw
│ ├── waveform generator.obj
│ ├── waveform generator.rlf
│ ├── waveform generator.sdb
│ └── waveform generator.sym
├── exam18 lottery draw
│ ├── exam lottery draw.DSN
│ ├── exam lottery draw.PWI
│ ├── funclist
│ ├── Last Loaded exam lottery draw.DBK
│ ├── lottery draw.as
│ ├── lottery draw.cof
│ ├── lottery draw.hex
│ ├── lottery draw.hxl
│ ├── lottery draw.lst
│ ├── lottery draw.map
│ ├── lottery draw.mcp
│ ├── lottery draw.mcs
│ ├── lottery draw.mcw
│ ├── lottery draw.obj
│ ├── lottery draw.rlf
│ ├── lottery draw.sdb
│ ├── lottery draw.sym
│ ├── MCU.c
│ ├── MCU.dep
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam19 voltage meter
│ ├── exam voltage meter1.DSN
│ ├── exam voltage meter1.PWI
│ ├── exam voltage meter.DSN
│ ├── exam voltage meter.PWI
│ ├── funclist
│ ├── Last Loaded exam voltage meter.DBK
│ ├── Last Loaded PIC module.DBK
│ ├── mcu.c
│ ├── mcu.dep
│ ├── mcu.p1
│ ├── mcu.pre
│ ├── PIC module.DSN
│ ├── PIC module.PWI
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ ├── startup.rlf
│ ├── voltage meter.as
│ ├── voltage meter.cof
│ ├── voltage meter.hex
│ ├── voltage meter.hxl
│ ├── voltage meter.lst
│ ├── voltage meter.map
│ ├── voltage meter.mcp
│ ├── voltage meter.mcs
│ ├── voltage meter.mcw
│ ├── voltage meter.obj
│ ├── voltage meter.rlf
│ ├── voltage meter.sdb
│ └── voltage meter.sym
├── exam1 Breath Light
│ ├── breath light.as
│ ├── breath light.cof
│ ├── Breath Light.DSN
│ ├── breath light.hex
│ ├── breath light.hxl
│ ├── breath light.lst
│ ├── breath light.map
│ ├── breath light.mcp
│ ├── breath light.mcs
│ ├── breath light.mcw
│ ├── breath light.obj
│ ├── Breath Light.PWI
│ ├── breath light.rlf
│ ├── breath light.sdb
│ ├── breath light.sym
│ ├── funclist
│ ├── Last Loaded Breath Light.DBK
│ ├── Last Loaded exam1 breath light.DBK
│ ├── mcu.c
│ ├── mcu.p1
│ ├── mcu.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam20 self ventilating
│ ├── funclist
│ ├── Last Loaded self ventilating.DBK
│ ├── mcu.c
│ ├── mcu.p1
│ ├── mcu.pre
│ ├── self ventilating.as
│ ├── self ventilating.cof
│ ├── self ventilating.DSN
│ ├── self ventilating.hex
│ ├── self ventilating.hxl
│ ├── self ventilating.lst
│ ├── self ventilating.map
│ ├── self ventilating.mcp
│ ├── self ventilating.mcs
│ ├── self ventilating.mcw
│ ├── self ventilating.obj
│ ├── self ventilating.PWI
│ ├── self ventilating.rlf
│ ├── self ventilating.sdb
│ ├── self ventilating.sym
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam21 multipoint temperature
│ ├── doprnt.p1
│ ├── doprnt.pre
│ ├── funclist
│ ├── Last Loaded multipoint temperature.DBK
│ ├── MCU.c
│ ├── MCU.dep
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── multipoint temperature.as
│ ├── multipoint temperature.cof
│ ├── multipoint temperature.DSN
│ ├── multipoint temperature.hex
│ ├── multipoint temperature.hxl
│ ├── multipoint temperature.lst
│ ├── multipoint temperature.map
│ ├── multipoint temperature.mcp
│ ├── multipoint temperature.mcs
│ ├── multipoint temperature.mcw
│ ├── multipoint temperature.obj
│ ├── multipoint temperature.PWI
│ ├── multipoint temperature.rlf
│ ├── multipoint temperature.sdb
│ ├── multipoint temperature.sym
│ ├── S232.cof
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam22 auto light control
│ ├── Auto Light Control.as
│ ├── Auto Light Control.cof
│ ├── Auto Light Control.DSN
│ ├── Auto Light Control.hex
│ ├── Auto Light Control.hxl
│ ├── Auto Light Control.lst
│ ├── Auto Light Control.map
│ ├── Auto Light Control.mcp
│ ├── Auto Light Control.mcs
│ ├── Auto Light Control.mcw
│ ├── Auto Light Control.obj
│ ├── Auto Light Control.PWI
│ ├── Auto Light Control.rlf
│ ├── Auto Light Control.sdb
│ ├── Auto Light Control.sym
│ ├── funclist
│ ├── Last Loaded Auto Light Control.DBK
│ ├── mcu.c
│ ├── mcu.dep
│ ├── mcu.p1
│ ├── mcu.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam23 calender
│ ├── Calender.as
│ ├── Calender.cof
│ ├── Calender.DSN
│ ├── Calender.hex
│ ├── Calender.hxl
│ ├── Calender.lst
│ ├── Calender.map
│ ├── Calender.mcp
│ ├── Calender.mcs
│ ├── Calender.mcw
│ ├── Calender.obj
│ ├── Calender.PWI
│ ├── Calender.rlf
│ ├── Calender.sdb
│ ├── Calender.sym
│ ├── funclist
│ ├── Last Loaded Calender.DBK
│ ├── Last Loaded wannianli.DBK
│ ├── MCU.c
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ ├── startup.rlf
│ ├── wannianli.DSN
│ └── wannianli.PWI
├── exam24 ucos
│ ├── Last Loaded ucos.DBK
│ ├── mcu.cof
│ ├── ucos.DSN
│ └── ucos.PWI
├── exam2 runner controller
│ ├── funclist
│ ├── Last Loaded Runner Controller.DBK
│ ├── mcu.c
│ ├── mcu.p1
│ ├── mcu.pre
│ ├── Runner Controller.as
│ ├── Runner Controller.cof
│ ├── Runner Controller.DSN
│ ├── Runner Controller.hex
│ ├── Runner Controller.hxl
│ ├── Runner Controller.lst
│ ├── Runner Controller.map
│ ├── Runner Controller.mcp
│ ├── Runner Controller.mcs
│ ├── Runner Controller.mcw
│ ├── Runner Controller.obj
│ ├── Runner Controller.PWI
│ ├── Runner Controller.rlf
│ ├── Runner Controller.sdb
│ ├── Runner Controller.sym
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam3 electronic organ
│ ├── Electronic Organ.as
│ ├── Electronic Organ.cof
│ ├── Electronic Organ.DSN
│ ├── Electronic Organ.hex
│ ├── Electronic Organ.hxl
│ ├── Electronic Organ.lst
│ ├── Electronic Organ.map
│ ├── Electronic Organ.mcp
│ ├── Electronic Organ.mcs
│ ├── Electronic Organ.mcw
│ ├── Electronic Organ.obj
│ ├── Electronic Organ.PWI
│ ├── Electronic Organ.rlf
│ ├── Electronic Organ.sdb
│ ├── Electronic Organ.sym
│ ├── funclist
│ ├── Last Loaded Electronic Organ.DBK
│ ├── MCU.c
│ ├── MCU.dep
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam4 phone keyboard
│ ├── funclist
│ ├── Last Loaded Phone Keyboard.DBK
│ ├── MCU.c
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── Phone Keyboard.as
│ ├── Phone Keyboard.cof
│ ├── Phone Keyboard.DSN
│ ├── Phone Keyboard.hex
│ ├── Phone Keyboard.hxl
│ ├── Phone Keyboard.lst
│ ├── Phone Keyboard.map
│ ├── Phone Keyboard.mcp
│ ├── Phone Keyboard.mcs
│ ├── Phone Keyboard.mcw
│ ├── Phone Keyboard.obj
│ ├── Phone Keyboard.PWI
│ ├── Phone Keyboard.rlf
│ ├── Phone Keyboard.sdb
│ ├── Phone Keyboard.sym
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam5 AD key
│ ├── AD Key.as
│ ├── AD Key.cof
│ ├── AD Key.DSN
│ ├── AD Key.hex
│ ├── AD Key.hxl
│ ├── AD Key.lst
│ ├── AD Key.map
│ ├── AD Key.mcp
│ ├── AD Key.mcs
│ ├── AD Key.mcw
│ ├── AD Key.obj
│ ├── AD Key.PWI
│ ├── AD Key.rlf
│ ├── AD Key.sdb
│ ├── AD Key.sym
│ ├── funclist
│ ├── Last Loaded AD Key.DBK
│ ├── mcu.c
│ ├── mcu.p1
│ ├── mcu.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam6 AD Get Res
│ ├── AD Get Res.as
│ ├── AD Get Res.cof
│ ├── AD Get Res.DSN
│ ├── AD Get Res.hex
│ ├── AD Get Res.hxl
│ ├── AD Get Res.lst
│ ├── AD Get Res.map
│ ├── AD Get Res.mcp
│ ├── AD Get Res.mcs
│ ├── AD Get Res.mcw
│ ├── AD Get Res.obj
│ ├── AD Get Res.PWI
│ ├── AD Get Res.rlf
│ ├── AD Get Res.sdb
│ ├── AD Get Res.sym
│ ├── funclist
│ ├── Last Loaded AD Get Res.DBK
│ ├── mcu.c
│ ├── mcu.p1
│ ├── mcu.pre
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam7 output voltage
│ ├── funclist
│ ├── Last Loaded Output Voltage.DBK
│ ├── MCU.c
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── Output Voltage.as
│ ├── Output Voltage.cof
│ ├── Output Voltage.DSN
│ ├── Output Voltage.hex
│ ├── Output Voltage.hxl
│ ├── Output Voltage.lst
│ ├── Output Voltage.map
│ ├── Output Voltage.mcp
│ ├── Output Voltage.mcs
│ ├── Output Voltage.mcw
│ ├── Output Voltage.obj
│ ├── Output Voltage.PWI
│ ├── Output Voltage.rlf
│ ├── Output Voltage.sdb
│ ├── Output Voltage.sym
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
├── exam8 res control
│ ├── funclist
│ ├── Last Loaded RES Control.DBK
│ ├── MCU.c
│ ├── MCU.dep
│ ├── MCU.p1
│ ├── MCU.pre
│ ├── RES Control.as
│ ├── RES Control.cof
│ ├── RES Control.DSN
│ ├── RES Control.hex
│ ├── RES Control.hxl
│ ├── RES Control.lst
│ ├── RES Control.map
│ ├── RES Control.mcp
│ ├── RES Control.mcs
│ ├── RES Control.mcw
│ ├── RES Control.obj
│ ├── RES Control.PWI
│ ├── RES Control.rlf
│ ├── RES Control.sdb
│ ├── RES Control.sym
│ ├── startup.as
│ ├── startup.lst
│ ├── startup.obj
│ └── startup.rlf
└── exam9 multi mcu communication
├── funclist
├── Last Loaded Multi MCU Communication.DBK
├── MainMCU.c
├── MainMCU.dep
├── MainMCU.p1
├── MainMCU.pre
├── Multi MCU Communication.DSN
├── Multi MCU Communication Main.as
├── Multi MCU Communication Main.cof
├── Multi MCU Communication Main.hex
├── Multi MCU Communication Main.hxl
├── Multi MCU Communication Main.lst
├── Multi MCU Communication Main.map
├── Multi MCU Communication Main.mcp
├── Multi MCU Communication Main.mcs
├── Multi MCU Communication Main.mcw
├── Multi MCU Communication Main.obj
├── Multi MCU Communication Main.rlf
├── Multi MCU Communication Main.sdb
├── Multi MCU Communication Main.sym
├── Multi MCU Communication.PWI
├── Multi MCU Communication Slave1.as
├── Multi MCU Communication Slave1.cof
├── Multi MCU Communication Slave1.hex
├── Multi MCU Communication Slave1.hxl
├── Multi MCU Communication Slave1.lst
├── Multi MCU Communication Slave1.map
├── Multi MCU Communication Slave1.mcp
├── Multi MCU Communication Slave1.mcs
├── Multi MCU Communication Slave1.mcw
├── Multi MCU Communication Slave1.obj
├── Multi MCU Communication Slave1.rlf
├── Multi MCU Communication Slave1.sdb
├── Multi MCU Communication Slave1.sym
├── Multi MCU Communication Slave2.as
├── Multi MCU Communication Slave2.cof
├── Multi MCU Communication Slave2.hex
├── Multi MCU Communication Slave2.hxl
├── Multi MCU Communication Slave2.lst
├── Multi MCU Communication Slave2.map
├── Multi MCU Communication Slave2.mcp
├── Multi MCU Communication Slave2.mcs
├── Multi MCU Communication Slave2.mcw
├── Multi MCU Communication Slave2.obj
├── Multi MCU Communication Slave2.rlf
├── Multi MCU Communication Slave2.sdb
├── Multi MCU Communication Slave2.sym
├── SLAVE1MCU.c
├── SLAVE1MCU.dep
├── SLAVE1MCU.p1
├── SLAVE1MCU.pre
├── SLAVE2MCU.c
├── SLAVE2MCU.dep
├── SLAVE2MCU.p1
├── SLAVE2MCU.pre
├── startup.as
├── startup.lst
├── startup.obj
└── startup.rlf
25 directories, 630 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论