I have this code and i wonder if the eeprom is write continues or only if i push any button;
LOOP:
Button UP,1,10,2,b1,1,MONTE 'supervise the button UP
Button DOWN,1,10,2,b2,1,DESCEND 'supervise the button DOWN
Button CH_PAS,1,255,0,b3,1, CHOIX 'supervise the button PAS
PAUSE 100 'pause of 0.1s
I2CREAD SDA,SCL,ADDR2,[LOCK] 'check if pll is lock
WRITE 0, TMP_LO 'Store the 8 bits of weak weight of TMP in the EEPROM with address 0
WRITE 1, TMP_HI 'Store the 8 bits of strong weight of TMP in the EEPROM with address 1
GoTo LOOP