I'm trying to replicate the Delorean Time Machine project. So far I'm blocked trying to get any I2C communications. I've boiled the project down to the simplest wiring talking directly to either one of the seven-segment LCDs or the RTC clock. In either case when I make any I2C call indirectly with a call like clock.adjust(...) or clock.isrunning() or matrix.writeDigitNum(...), the code just hangs.
I can execute other simple code, blinking the onboard LED and printing debug messages via USB fine. Is there an easy way to diagnose the issue short of getting some sort of oscilloscope (for Windows)? Are there known gotchas with the libraries like differences between Arduino and Teensy that might not be reflected? I could just try getting another teensy board if necessary...
Thanks for any help here.

