mainloop.h
来自「USB D12 SMART 开发套件 usb驱动程序的源代码和技术文档」· C头文件 代码 · 共 15 行
H
15 行
#ifndef __MAINLOOP_H__
#define __MAINLOOP_H__
sbit MCU_SWM0 = P1^0;
sbit MCU_SWM1 = P1^1;
sbit MCU_LED0 = P1^2;
sbit MCU_LED1 = P1^3;
extern void check_key_LED(void);
extern void i2crw(void);
extern void write_24cxx(void);
extern void read_24cxx(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?