实例介绍
【实例简介】九齐单片机源码实例
├── Template_C
│ ├── Checksum
│ │ ├── Checksum
│ │ │ ├── Checksum.bin
│ │ │ ├── Checksum.cb
│ │ │ ├── Checksum.elf
│ │ │ ├── Checksum.htm
│ │ │ ├── Checksum.link.lst
│ │ │ ├── Checksum.map
│ │ │ ├── Checksum.naprj
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── Checksum.NySln
│ ├── External Interrupt_Level Change Interrupt
│ │ ├── External Interrupt_Level Change Interrupt
│ │ │ ├── Dependency Files
│ │ │ ├── External Interrupt_Level Change Interrupt.bin
│ │ │ ├── External Interrupt_Level Change Interrupt.cb
│ │ │ ├── External Interrupt_Level Change Interrupt.elf
│ │ │ ├── External Interrupt_Level Change Interrupt.htm
│ │ │ ├── External Interrupt_Level Change Interrupt.link.lst
│ │ │ ├── External Interrupt_Level Change Interrupt.map
│ │ │ ├── External Interrupt_Level Change Interrupt.naprj
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── External Interrupt_Level Change Interrupt.NySln
│ ├── GPIO
│ │ ├── GPIO
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO.bin
│ │ │ ├── GPIO.cb
│ │ │ ├── GPIO.elf
│ │ │ ├── GPIO.htm
│ │ │ ├── GPIO.link.lst
│ │ │ ├── GPIO.map
│ │ │ ├── GPIO.naprj
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── GPIO.NySln
│ ├── GPIO_Direct Input
│ │ ├── GPIO_Direct Input
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_Direct Input.cb
│ │ │ ├── GPIO_Direct Input.naprj
│ │ │ └── main.c
│ │ └── GPIO_Direct Input.NySln
│ ├── GPIO_LED Pattern
│ │ ├── GPIO_LED Pattern
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_LED Pattern.cb
│ │ │ ├── GPIO_LED Pattern.naprj
│ │ │ └── main.c
│ │ └── GPIO_LED Pattern.NySln
│ ├── GPIO_Matrix Input
│ │ ├── GPIO_Matrix Input
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_Matrix Input.cb
│ │ │ ├── GPIO_Matrix Input.naprj
│ │ │ └── main.c
│ │ └── GPIO_Matrix Input.NySln
│ ├── GPIO_Running LED
│ │ ├── GPIO_Running LED
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_Running LED.cb
│ │ │ ├── GPIO_Running LED.naprj
│ │ │ └── main.c
│ │ └── GPIO_Running LED.NySln
│ ├── GPIO_Running LED_Table
│ │ ├── GPIO_Running LED_Table
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_Running LED_Table.cb
│ │ │ ├── GPIO_Running LED_Table.naprj
│ │ │ └── main.c
│ │ └── GPIO_Running LED_Table.NySln
│ ├── LVD
│ │ ├── LVD
│ │ │ ├── Dependency Files
│ │ │ ├── LVD.cb
│ │ │ ├── LVD.naprj
│ │ │ └── main.c
│ │ └── LVD.NySln
│ ├── Mix Assembly
│ │ ├── Mix Assembly
│ │ │ ├── Dependency Files
│ │ │ ├── Mix Assembly.bin
│ │ │ ├── Mix Assembly.cb
│ │ │ ├── Mix Assembly.elf
│ │ │ ├── Mix Assembly.htm
│ │ │ ├── Mix Assembly.link.lst
│ │ │ ├── Mix Assembly.map
│ │ │ ├── Mix Assembly.naprj
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ ├── main.s
│ │ │ │ ├── task.d
│ │ │ │ ├── task.lst
│ │ │ │ ├── task.o
│ │ │ │ └── task.s
│ │ │ ├── main.c
│ │ │ ├── makefile
│ │ │ ├── task.c
│ │ │ └── task.h
│ │ └── Mix Assembly.NySln
│ ├── PWM Output
│ │ ├── PWM Output
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── PWM Output.bin
│ │ │ ├── PWM Output.cb
│ │ │ ├── PWM Output.elf
│ │ │ ├── PWM Output.htm
│ │ │ ├── PWM Output.link.lst
│ │ │ ├── PWM Output.map
│ │ │ ├── PWM Output.naprj
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── PWM Output.NySln
│ ├── Rolling Code_Custom
│ │ ├── Rolling Code_Custom
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ ├── main.s
│ │ │ │ ├── rom.lst
│ │ │ │ └── rom.o
│ │ │ ├── Rolling Code_Custom.bin
│ │ │ ├── Rolling Code_Custom.cb
│ │ │ ├── Rolling Code_Custom.elf
│ │ │ ├── Rolling Code_Custom.htm
│ │ │ ├── Rolling Code_Custom.link.lst
│ │ │ ├── Rolling Code_Custom.map
│ │ │ ├── Rolling Code_Custom.naprj
│ │ │ ├── main.c
│ │ │ ├── makefile
│ │ │ ├── rom.h
│ │ │ └── rom.s
│ │ └── Rolling Code_Custom.NySln
│ ├── Rolling Code_Preset
│ │ ├── Rolling Code_Preset
│ │ │ ├── Dependency Files
│ │ │ ├── Rolling Code_Preset.cb
│ │ │ ├── Rolling Code_Preset.naprj
│ │ │ ├── main.c
│ │ │ ├── rom.h
│ │ │ └── rom.s
│ │ └── Rolling Code_Preset.NySln
│ ├── Sleep_Wakeup
│ │ ├── Sleep_Wakeup
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── Sleep_Wakeup.bin
│ │ │ ├── Sleep_Wakeup.cb
│ │ │ ├── Sleep_Wakeup.elf
│ │ │ ├── Sleep_Wakeup.htm
│ │ │ ├── Sleep_Wakeup.link.lst
│ │ │ ├── Sleep_Wakeup.map
│ │ │ ├── Sleep_Wakeup.naprj
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── Sleep_Wakeup.NySln
│ ├── Special IO Function
│ │ ├── Special IO Function
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── Special IO Function.bin
│ │ │ ├── Special IO Function.cb
│ │ │ ├── Special IO Function.elf
│ │ │ ├── Special IO Function.htm
│ │ │ ├── Special IO Function.link.lst
│ │ │ ├── Special IO Function.map
│ │ │ ├── Special IO Function.naprj
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── Special IO Function.NySln
│ ├── Timer Interrupt_WDT Interrupt
│ │ ├── Timer Interrupt_WDT Interrupt
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── Timer Interrupt_WDT Interrupt.bin
│ │ │ ├── Timer Interrupt_WDT Interrupt.cb
│ │ │ ├── Timer Interrupt_WDT Interrupt.elf
│ │ │ ├── Timer Interrupt_WDT Interrupt.htm
│ │ │ ├── Timer Interrupt_WDT Interrupt.link.lst
│ │ │ ├── Timer Interrupt_WDT Interrupt.map
│ │ │ ├── Timer Interrupt_WDT Interrupt.naprj
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── Timer Interrupt_WDT Interrupt.NySln
│ ├── ykq
│ │ ├── GPIO_Direct Input
│ │ │ ├── DECODE.h
│ │ │ ├── Dependency Files
│ │ │ ├── EEPROM.h
│ │ │ ├── GPIO_Direct Input.bin
│ │ │ ├── GPIO_Direct Input.cb
│ │ │ ├── GPIO_Direct Input.elf
│ │ │ ├── GPIO_Direct Input.htm
│ │ │ ├── GPIO_Direct Input.link.lst
│ │ │ ├── GPIO_Direct Input.map
│ │ │ ├── GPIO_Direct Input.naprj
│ │ │ ├── OBJ
│ │ │ │ ├── decode.d
│ │ │ │ ├── decode.lst
│ │ │ │ ├── decode.o
│ │ │ │ ├── decode.s
│ │ │ │ ├── eeprom.d
│ │ │ │ ├── eeprom.lst
│ │ │ │ ├── eeprom.o
│ │ │ │ ├── eeprom.s
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── decode.c
│ │ │ ├── eeprom.c
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── GPIO_Direct Input.NySln
│ └── ykq.rar
└── 好例子网_Template_C.rar
62 directories, 194 files
【实例截图】
├── Template_C
│ ├── Checksum
│ │ ├── Checksum
│ │ │ ├── Checksum.bin
│ │ │ ├── Checksum.cb
│ │ │ ├── Checksum.elf
│ │ │ ├── Checksum.htm
│ │ │ ├── Checksum.link.lst
│ │ │ ├── Checksum.map
│ │ │ ├── Checksum.naprj
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── Checksum.NySln
│ ├── External Interrupt_Level Change Interrupt
│ │ ├── External Interrupt_Level Change Interrupt
│ │ │ ├── Dependency Files
│ │ │ ├── External Interrupt_Level Change Interrupt.bin
│ │ │ ├── External Interrupt_Level Change Interrupt.cb
│ │ │ ├── External Interrupt_Level Change Interrupt.elf
│ │ │ ├── External Interrupt_Level Change Interrupt.htm
│ │ │ ├── External Interrupt_Level Change Interrupt.link.lst
│ │ │ ├── External Interrupt_Level Change Interrupt.map
│ │ │ ├── External Interrupt_Level Change Interrupt.naprj
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── External Interrupt_Level Change Interrupt.NySln
│ ├── GPIO
│ │ ├── GPIO
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO.bin
│ │ │ ├── GPIO.cb
│ │ │ ├── GPIO.elf
│ │ │ ├── GPIO.htm
│ │ │ ├── GPIO.link.lst
│ │ │ ├── GPIO.map
│ │ │ ├── GPIO.naprj
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── GPIO.NySln
│ ├── GPIO_Direct Input
│ │ ├── GPIO_Direct Input
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_Direct Input.cb
│ │ │ ├── GPIO_Direct Input.naprj
│ │ │ └── main.c
│ │ └── GPIO_Direct Input.NySln
│ ├── GPIO_LED Pattern
│ │ ├── GPIO_LED Pattern
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_LED Pattern.cb
│ │ │ ├── GPIO_LED Pattern.naprj
│ │ │ └── main.c
│ │ └── GPIO_LED Pattern.NySln
│ ├── GPIO_Matrix Input
│ │ ├── GPIO_Matrix Input
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_Matrix Input.cb
│ │ │ ├── GPIO_Matrix Input.naprj
│ │ │ └── main.c
│ │ └── GPIO_Matrix Input.NySln
│ ├── GPIO_Running LED
│ │ ├── GPIO_Running LED
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_Running LED.cb
│ │ │ ├── GPIO_Running LED.naprj
│ │ │ └── main.c
│ │ └── GPIO_Running LED.NySln
│ ├── GPIO_Running LED_Table
│ │ ├── GPIO_Running LED_Table
│ │ │ ├── Dependency Files
│ │ │ ├── GPIO_Running LED_Table.cb
│ │ │ ├── GPIO_Running LED_Table.naprj
│ │ │ └── main.c
│ │ └── GPIO_Running LED_Table.NySln
│ ├── LVD
│ │ ├── LVD
│ │ │ ├── Dependency Files
│ │ │ ├── LVD.cb
│ │ │ ├── LVD.naprj
│ │ │ └── main.c
│ │ └── LVD.NySln
│ ├── Mix Assembly
│ │ ├── Mix Assembly
│ │ │ ├── Dependency Files
│ │ │ ├── Mix Assembly.bin
│ │ │ ├── Mix Assembly.cb
│ │ │ ├── Mix Assembly.elf
│ │ │ ├── Mix Assembly.htm
│ │ │ ├── Mix Assembly.link.lst
│ │ │ ├── Mix Assembly.map
│ │ │ ├── Mix Assembly.naprj
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ ├── main.s
│ │ │ │ ├── task.d
│ │ │ │ ├── task.lst
│ │ │ │ ├── task.o
│ │ │ │ └── task.s
│ │ │ ├── main.c
│ │ │ ├── makefile
│ │ │ ├── task.c
│ │ │ └── task.h
│ │ └── Mix Assembly.NySln
│ ├── PWM Output
│ │ ├── PWM Output
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── PWM Output.bin
│ │ │ ├── PWM Output.cb
│ │ │ ├── PWM Output.elf
│ │ │ ├── PWM Output.htm
│ │ │ ├── PWM Output.link.lst
│ │ │ ├── PWM Output.map
│ │ │ ├── PWM Output.naprj
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── PWM Output.NySln
│ ├── Rolling Code_Custom
│ │ ├── Rolling Code_Custom
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ ├── main.s
│ │ │ │ ├── rom.lst
│ │ │ │ └── rom.o
│ │ │ ├── Rolling Code_Custom.bin
│ │ │ ├── Rolling Code_Custom.cb
│ │ │ ├── Rolling Code_Custom.elf
│ │ │ ├── Rolling Code_Custom.htm
│ │ │ ├── Rolling Code_Custom.link.lst
│ │ │ ├── Rolling Code_Custom.map
│ │ │ ├── Rolling Code_Custom.naprj
│ │ │ ├── main.c
│ │ │ ├── makefile
│ │ │ ├── rom.h
│ │ │ └── rom.s
│ │ └── Rolling Code_Custom.NySln
│ ├── Rolling Code_Preset
│ │ ├── Rolling Code_Preset
│ │ │ ├── Dependency Files
│ │ │ ├── Rolling Code_Preset.cb
│ │ │ ├── Rolling Code_Preset.naprj
│ │ │ ├── main.c
│ │ │ ├── rom.h
│ │ │ └── rom.s
│ │ └── Rolling Code_Preset.NySln
│ ├── Sleep_Wakeup
│ │ ├── Sleep_Wakeup
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── Sleep_Wakeup.bin
│ │ │ ├── Sleep_Wakeup.cb
│ │ │ ├── Sleep_Wakeup.elf
│ │ │ ├── Sleep_Wakeup.htm
│ │ │ ├── Sleep_Wakeup.link.lst
│ │ │ ├── Sleep_Wakeup.map
│ │ │ ├── Sleep_Wakeup.naprj
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── Sleep_Wakeup.NySln
│ ├── Special IO Function
│ │ ├── Special IO Function
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── Special IO Function.bin
│ │ │ ├── Special IO Function.cb
│ │ │ ├── Special IO Function.elf
│ │ │ ├── Special IO Function.htm
│ │ │ ├── Special IO Function.link.lst
│ │ │ ├── Special IO Function.map
│ │ │ ├── Special IO Function.naprj
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── Special IO Function.NySln
│ ├── Timer Interrupt_WDT Interrupt
│ │ ├── Timer Interrupt_WDT Interrupt
│ │ │ ├── Dependency Files
│ │ │ ├── OBJ
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── Timer Interrupt_WDT Interrupt.bin
│ │ │ ├── Timer Interrupt_WDT Interrupt.cb
│ │ │ ├── Timer Interrupt_WDT Interrupt.elf
│ │ │ ├── Timer Interrupt_WDT Interrupt.htm
│ │ │ ├── Timer Interrupt_WDT Interrupt.link.lst
│ │ │ ├── Timer Interrupt_WDT Interrupt.map
│ │ │ ├── Timer Interrupt_WDT Interrupt.naprj
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── Timer Interrupt_WDT Interrupt.NySln
│ ├── ykq
│ │ ├── GPIO_Direct Input
│ │ │ ├── DECODE.h
│ │ │ ├── Dependency Files
│ │ │ ├── EEPROM.h
│ │ │ ├── GPIO_Direct Input.bin
│ │ │ ├── GPIO_Direct Input.cb
│ │ │ ├── GPIO_Direct Input.elf
│ │ │ ├── GPIO_Direct Input.htm
│ │ │ ├── GPIO_Direct Input.link.lst
│ │ │ ├── GPIO_Direct Input.map
│ │ │ ├── GPIO_Direct Input.naprj
│ │ │ ├── OBJ
│ │ │ │ ├── decode.d
│ │ │ │ ├── decode.lst
│ │ │ │ ├── decode.o
│ │ │ │ ├── decode.s
│ │ │ │ ├── eeprom.d
│ │ │ │ ├── eeprom.lst
│ │ │ │ ├── eeprom.o
│ │ │ │ ├── eeprom.s
│ │ │ │ ├── main.d
│ │ │ │ ├── main.lst
│ │ │ │ ├── main.o
│ │ │ │ └── main.s
│ │ │ ├── decode.c
│ │ │ ├── eeprom.c
│ │ │ ├── main.c
│ │ │ └── makefile
│ │ └── GPIO_Direct Input.NySln
│ └── ykq.rar
└── 好例子网_Template_C.rar
62 directories, 194 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论