Skip to content

AccessMemory.ino

Arnd edited this page Aug 8, 2017 · 1 revision

Sample Arduino sketch to demonstrate reading and writing from/to the 64 Bytes of user-accessible RAM on the MCP7940. Both routines allow writing any type of variable or structure to RAM and will automatically detect the appropriate size of the parameter and read/write the correct amount of data.

Clone this wiki locally