📄 io_test.h
字号:
#ifndef IO_TEST_H
#define IO_TEST_H
#ifdef __cplusplus
extern "C" {
#endif
#include "define.h"
#include "led.h"
#include "uart.h"
#include "mystdio.h"
#include "seg7.h"
#include "dip4.h"
#include "beep.h"
#include "int0.h"
#include "timer0.h"
extern void help(void);
extern void led_test(void);
extern void seg7_test(void);
extern void dip4_test(void);
extern void beep_test(void);
extern void int0_test(void);
extern void timer0_test(void);
extern void uart0_test(void);
extern void uart1_test(void);
extern void uue_dn(void);
extern void go(void);
#ifdef __cplusplus
}
#endif
#endif /* IO_TEST_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -