文档详情

AVR单片机源码.doc

发布:2018-05-18约2.56万字共30页下载文档
文本预览下载声明
本文通过Atmega16实现了两种屏的驱动,同时有用到485通信,定时器模块,是初学者的良好参考。 主文件 LCDShow.c #include config.h #include uart.h #include timer.h #include lcd.h #ifdef HT1621_DRIVER #include TestLCD.h #endif UART_Flag uartflags; BYTE num_two; BYTE num_three; WORD Refresh_Time = 1000; void port_init(void) { PORTA
显示全部
相似文档