[Flashforth-devel] I2C sequential read memory
Brought to you by:
oh2aun
From: Thomas B. <fla...@bu...> - 2016-01-09 14:05:26
|
I resend the mail, maybe the previous is encrypted ====================================== Hallo, I want read a certain number of eeprom bytes. Here is a snippet to read 4 bytes addr-at24c32 add-read-bit i2cws i2c@ak i2c@ak i2c@ak i2c@nak if I want read a variable number of bytes, how I do that? My try was a failure ( n = number of bytes ): n addr-at24c32 add-read-bit i2cws 1- for i2c@ak next i2c@nak Thank You Thomas |