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

📄 dev_i2c_io.h

📁 i2c总线接口驱动程序
💻 H
字号:
/*===========================================================================    Copyright 2000, 2001 Holley Communications. All rights reserved.*//***************************************************************************** * * DEV_I2C_IO.H - DEV_I2C_HW.C File: Internal Definitions * * PURPOSE: *    To provide definitions used within the DEV_I2C_IO.C file. *     * HISTORY: *    V 1.00 - Oct 27, 1997 - E.Schmidt       *             Creation *           - Apr 22, 1998 - G.Catt       *             Creation *           - May 12, 1998 - G.Catt       *             Standardized symbol naming. * * NOTE: *     * *****************************************************************************/#ifndef DEV_I2C_IO_H#define DEV_I2C_IO_H/*--- I2C Control Signal Bit Definitions ---*/#define DEV_I2C_IOLINE_SCL  HW_BIT_GPIO_DB13  /* Serial Clock Signal (SCL) */#define DEV_I2C_IOLINE_SDA  HW_BIT_GPIO_DB14  /* Serial Data Signal  (SDA) *//* Internal function prototypes */#endif

⌨️ 快捷键说明

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