代码搜索结果

找到约 10,000 项符合 USART 的代码

tut7_7a.asm

;Tutorial 7_7a ;Serial routines - display received bytes on LCD using hardware USART ;Nigel Goodwin 2003 LIST p=16F876 ;tell assembler what chip we are using include "P16F876.inc" ;include t

main.h

#include"pic.H" #include"usart.H" #include"delay.H" #define Fosc 8000000 extern unsigned char Pr2Reg,Ccpr2lReg,DutyIni,DutyVar,WdtCount; #define DutyMax 15 #define DutyMin 0 #define WdtTimes

uart.h

#ifndef _UART_H_ #define _UART_H_ #include // USART0 Transmitter buffer #define TX_BUFFER_SIZE0 100 extern void InitIO(void); #endif struct{ unsigned char buffer[TX_BUFFER_

telnet2.c

#include #include #include #include "sockets.h" unsigned const rom char telnet_banner[]="\r\nEDTP ethernet 8088>"; unsigned const rom char goodbye_banner[]="\r\

cap4stm8.pdb

[DebugState_v1-Debug.DebugContext] DumpRWOnFly=0 WatchVariables1=ucGpsUartCommand!1;ucGpsUartCommand!1;IrxBuffer!1;ucGpsUartCommand!1;USART_DR!1;val!0;data!1;Getkey!1;val[2]!0;data!1; FormatWatch1=

新增文字文件.txt

#include #include #define BaudRate 25 // 38400 void F_Initial(void); void F_Enable_High_Interrupts ( void ); void High_INT_SER ( void ); #pragma code High_Interrup

fat.c

#include"FAT.h" #include "usart.h" #include "untogb.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //FAT 驱动

fat.c

#include"FAT.h" #include "usart.h" #include "untogb.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //FAT 驱动

fat.c

#include"FAT.h" #include "usart.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //FAT 驱动代码 //正点原子@ALIEN

fat.c

#include"FAT.h" #include "usart.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //FAT 驱动代码 //正点原子@ALIEN