New function
Added a function to test the presence of a device at a single address:
I2CTest(uint8_t address);
returns 0 if no device found, 1 if a device responds
Added a function to test the presence of a device at a single address:
I2CTest(uint8_t address);
returns 0 if no device found, 1 if a device responds