12 #include "hal/I2CTypes.h"
13 #include "hal/Types.h"
49 const uint8_t* dataToSend, int32_t sendSize,
50 uint8_t* dataReceived, int32_t receiveSize);
64 int32_t
HAL_WriteI2C(HAL_I2CPort port, int32_t deviceAddress,
65 const uint8_t* dataToSend, int32_t sendSize);
81 int32_t
HAL_ReadI2C(HAL_I2CPort port, int32_t deviceAddress, uint8_t* buffer,