搜索资源列表
STC.time
- STC单片机实现定时功能,教你如何使用STC单片机定时器,调试通过-STC MCU timing, teach you how to use the STC microcontroller timers, debugging through
Timer1
- main() { SystemInit() /*系统初始化*/ MCRC=MCRC & 0xFF00 //IOPE0-7设为IO口模式 PEDATDIR=0xFF00 //所有LED=0, asm(" CLRC INTM ") Timer1Init() /*定时器初始化*/ while(1) }-main() { SystemInit() /*系统初始化