/* FIXME : Should add a field "what to do on addr NACK" to i2c_bus structure, and use
it with the timeout to create a retry mechanism */
-/* FIXME : For case 58 ... What would be the use of a restart ?? perform periodic reads ? */
/* FIXME : Implement Slave when arbitration lost ? */
/* Check the sensor presence, return 1 if found
* This is a basic check, it could be anything with the same address ...
- * addr: the sensor address on most significant bits.
*/
int tmp101_probe_sensor(struct tmp101_sensor_config* conf);