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

📄 gm_rwreg.h

📁 mcu for gm5621带遥控,键盘输入的单片机代码.供学习参考使用.谢谢.
💻 H
字号:
#ifndef _GM_RWREG_H
#define _GM_RWREG_H

typedef enum gmbus_direction
{ GM_WRITE,
  GM_READ
} GMBus_Direction;

//extern Bool gm_start(GMBus_Direction direct);
//extern void gm_stop(void);
extern void gm_init(void);
extern Bool gm_sendByte(BYTE value);
extern BYTE gm_readByte(void);
extern void readStatusHandler(void);



#endif

⌨️ 快捷键说明

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