Left for archival purposes.

User avatar
By Hans174
#7937 It would be nice to have a memory module to read from and to write to the ES8266.

Code: Select all 

memory.read(address)              -- returns the 32 bit value of the 32 bit address
memory.write(address, value)      -- writes the 32 bit value to the 32 bit address



One could then explore the ESP8266 in LUA (e. g. access the sleep modes and the RTC).

Could one of the C wizard implement it?

There was a similar post from me two month ago.

viewtopic.php?f=21&t=591&p=3158&hilit=hans+memory#p3158