Yes, you are probably correct that in your case using interrupts from the DS1307 isn't the way to go. It takes a 10 millisec PAUSE after each I2CREAD statement to read the clock time from the...
Type: Posts; User: jellis00; Keyword(s):
Yes, you are probably correct that in your case using interrupts from the DS1307 isn't the way to go. It takes a 10 millisec PAUSE after each I2CREAD statement to read the clock time from the...
You're on the right track to consider an interrupt. Search this forum for how to use Darrel Taylor's Base Interrupt System...you need to download his DT_INTS-18.bas and ReEnterPBP-18.bas files and...