⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uart0_f340.h

📁 f340的MP3程序,通过SD卡读入解码器
💻 H
字号:
#ifndef	__uart0_f340_H__
#define __uart0_f340_H__
#include "mytype.h"
void Oscillator_Init();
void UART_Init();
void Interrupts_Init();
void Timer_Init();
void Port_IO_Init();
void Init_Device(void);
void UART_Send_Char(UINT8 sendByte);
void UART_Send_Str(char *s);
void UART_Put_Num(unsigned long int x);
void UART_Send_4Hex(UINT16 x);
void UART_Send_8Hex(unsigned long x);
void UART_Put_Inf(char *inf,unsigned long int dat);
void UART_Send_Enter();
#endif //__uart0_f340_H__

/****************************end****************************/
/****************************end****************************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -