So I recently received my Temperature Sensor, TC74A0.
I followed this example
After wiring it up in the picture, and then using the sample code, NOTHING printed to serial.
I had to move the "Wire.endTransmission()" to after the wire requests.
Now, after unplugging it and plugging it back in, using the exact same setup no longer has output again.
What in the world is going on? Doing my best to debug, it stops at
while(Wire.available() == 0);
After compiling it 20+ times, and just unhooking and rehooking cables, it works again. WHAT IN THE WORLD.
BUT NOW, after moving it to my larger breadboard, it all stops working again. So I hooked it up to my small one, and it no longer works. The data outputs 0 no matter what.