hello!Originally Posted by sean-h
which it is the difference between:
I2CREAD SDA,SCL,pag1,0,[str password\4]
LCDOUT $FE,1,str password\4
it is
for ind_ep = 0 to 3
I2CREAD SDA,SCL,pag1,ind_ep,[password[ind_ep]]
pause 20
next ind_ep
LCDOUT $FE,1,str password\4
Bookmarks