PBP has a way of looking at the EEPROM addresses as simple numbers.
So you can
WRITE 0
WRITE 1
WRITE 2
all are different places in the EEPROM.
Want to automatically increment?
X = X + 1
WRITE X
PBP has a way of looking at the EEPROM addresses as simple numbers.
So you can
WRITE 0
WRITE 1
WRITE 2
all are different places in the EEPROM.
Want to automatically increment?
X = X + 1
WRITE X
Dave
Always wear safety glasses while programming.
Bookmarks