CC2530————T1定时器正计数/倒计数模式采用中断方式控制LED灯宏定义初始化中断主函数
/**************************************//* CC2530例程 *//*例程名称:定时器(中断方式) *//*描述:通过定时器T1中断方式控制LED1周期性闪烁**************************************/#include <ioCC2530.h>#define uint unsigned int#define uchar unsigned c