?? i2c_drv.h
字號:
/*H**************************************************************************
* NAME: I2C_drv.h
*----------------------------------------------------------------------------
* Copyright (c) 2006 Atmel.
*----------------------------------------------------------------------------
* RELEASE: C51 Sample
* REVISION: 1.00
*----------------------------------------------------------------------------
* PURPOSE:
*****************************************************************************/
/*_____ I N C L U D E S ____________________________________________________*/
Byte I2c_ReadByte (Byte address);
void I2c_WriteByte (Byte address, Byte bByte);
Byte I2c_scanLSB (void);
void I2c_getLSB (Byte bByte);
void I2c_start (void);
void I2c_stop (void);
void I2c_ack (void);
void I2c_init (void);
void I2c_wait (void);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -