freescale
来自「Freescale 系列单片机常用模块与综合系统设计」· 代码 · 共 9 行
TXT
9 行
#ifndef __Transducer_H
#define __Transducer_H
void Ultrasonic_Receive_Process(void);
void Key_Process();
void Ultrasonic_Send_Pulse(void);
void System_Initialize(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?