博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年1月17日

摘要: View Code 1 ;/*********************基本功能实现跑马灯的效果**********************/ 2 ;/*********************GPA2,3,4,5为输出模式,低电平亮*****************/ 3 #include "NUC1xx.h" 4 #include "DRVGPIO.h" 5 #include "DRVSYS.h" 6 7 static uint8_t EGPADATA=0xfb; 8 static int8_t Led_Count; 9 10 1. 阅读全文

posted @ 2013-01-17 16:01 皇星客栈--Linux 阅读(206) 评论(0) 推荐(0) 编辑