Interface II2C
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface II2C
Methods
|
Improve this Doc
View Source
HAL_CloseI2C(I2CPort)
Declaration
void HAL_CloseI2C(I2CPort port)
Parameters
|
Improve this Doc
View Source
HAL_InitializeI2C(I2CPort)
Declaration
[StatusCheckRange(0, typeof(StatusHandling), "I2CStatusCheck")]
void HAL_InitializeI2C(I2CPort port)
Parameters
|
Improve this Doc
View Source
HAL_ReadI2C(I2CPort, Int32, Byte*, Int32)
Declaration
int HAL_ReadI2C(I2CPort port, int deviceAddress, byte *buffer, int count)
Parameters
Returns
|
Improve this Doc
View Source
HAL_TransactionI2C(I2CPort, Int32, Byte*, Int32, Byte*, Int32)
Declaration
int HAL_TransactionI2C(I2CPort port, int deviceAddress, byte *dataToSend, int sendSize, byte *dataReceived, int receiveSize)
Parameters
Returns
|
Improve this Doc
View Source
HAL_WriteI2C(I2CPort, Int32, Byte*, Int32)
Declaration
int HAL_WriteI2C(I2CPort port, int deviceAddress, byte *dataToSend, int sendSize)
Parameters
Returns