83 #if defined(__cplusplus)
87 #ifndef MSP430_FET_TYPES
88 #define MSP430_FET_TYPES
102 int32_t clientHandle);
191 DLL430_SYMBOL
STATUS_T WINAPI
MSP430_FET_I2C(int32_t address, uint8_t* buffer, int32_t count, int32_t rw);
193 #define MSP430_FET_Read_I2C(ADDRESS, BUFFER, COUNT) MSP430_FET_I2C(ADDRESS, BUFFER, COUNT, READ)
194 #define MSP430_FET_Write_I2C(ADDRESS, BUFFER, COUNT) MSP430_FET_I2C(ADDRESS, BUFFER, COUNT, WRITE)
325 int32_t clientHandle);
327 #if defined(__cplusplus)
331 #endif // MSP430_FET_H