资源简介
程序的解释清楚明了,可直接在proteus上仿真。
代码片段和文件信息
//============================================================
// 文件名:main.c
// 描 述:例题,支持modbus协议的可调时电子钟
// 版 本:v0.2
// 编 写:王晓荣
// 日 期:20110505
//============================================================
#include
#include “lpc2131_config.h“
#include “lpc2131_drivers.h“
#include “uart_modbus.h“
#include “state.h“
void VariableInitial(void);
/////////////////////////////////////
//-----------------------------------------------
//主函数
//-----------------------------------------------
main(void)
{
KEY key = NULL;
LPC2131Config();
VariableInitial();
while (1)
{
key = GetKey();
AnswerUartModbus();
switch(State)
{
case MAIN_SHOW:
MainShow(key);
break;
cas
- 上一篇:GPS数据获取
- 下一篇:stm32单片机lcd12864并行程序
评论
共有 条评论