getTemp()

Get temperature raw value (12 bit integer of 1/128 degrees C) sensors.getTemp(deviceAddress)
sensors: a variable of type DallasTemperature.
deviceAddress: pointer to an 8 byte array containing the address.
int16_t - temperature in 1/128 degrees C or DEVICE_DISCONNECTED_RAW if the device's scratch pad cannot be read successfully.