资源列表
51
- 单片机推箱子小游戏集合,包括俄罗斯方块等四个游戏,挺不错的啊,值得看一下-Small Game
Temp
- 自己设计的一个单片机温度检测系统,文件中有源代码,还有Proteus仿真-Code About Proteus
DS1302
- #define uchar unsigned char #define unint unsigned int sbit T_CLK=P1^0 /* 实时时钟的时钟线引脚*/ sbit T_IO=P1^1 /* 实时时钟的数据线*/ sbit T_RST=P2^0 /* 实时时钟的复位线引脚*/ sbit DUAN=P2^6 //74HC573的LE端 LED的段选端 sbit WEI=P2^7 //74HC573的LE端 LED的位选端
breathled
- //晶振11.0592 //灯光在单片机控制之下完成由亮到暗的逐渐变化-//Crystal 11.0592// lighting under the control of the microcontroller to complete the gradual change from light to dark
watchdog
- #include <reg52.h> //52系列单片机头文件 #define uchar unsigned char #define uint unsigned int sfr WDT_CONTR=0xe1 sbit led1=P0^0 sbit leds=P1^4 //led使能 void delayms(uint xms) { uint i,j for(i=xms i>0 i-
eeprom
- #include <intrins.h> #include <reg52.h> //52系列单片机头文件 #include <51hei.H> #define uchar unsigned char #define uint unsigned int #define RdCommand 0x01 //定义ISP的操作命令 #define PrgCommand 0x02 #define EraseCommand 0x
12846
- 基于PIC单片机的液晶显示程序,使用型号为JLX12864G-PC的显示屏,用16F877A单片机测试通过。屏带字库,串行通信-Based PIC microcontroller LCD display program, the use of models for JLX12864G-PC display with 16F877A microcontroller test by. Screen with a character, serial communication
c51
- 单片机的电子密码锁设计,大家可以分享。-Single-chip electronic code lock design, we can share. Thank you
keyfob_demo
- Silabs的Si4010芯片的无线发射演示代码-Silabs Si4010 chip wireless transmitter demonstration code
78K0R_FG3_Bootloader_D6
- 瑞萨单片机78K0R系列的bootloader演示代码-The Renesas MCU 78K0R series bootloader demo code
STM32F10x-Reference-Manual-_cn
- 《STM32F10x参考手册_cn》有关于stm32系列单片机开发参考的中文手册。-The " STM32F10x Reference Manual _cn" with Chinese about the the stm32 series microcontroller development reference manual.
Micro-signal-detection
- 2012 TI杯电子设计大赛A题获奖源代码-2012 TI Cup Electronic Design Contest A title winning source code
