Hello, dear Collegues
For my application I have made an adjustable tree-based memory class that provides me with two main operations:
- memGET(uint16 ID) // returns 64-bit value stored under this ID
- memPUT(uint16 ID, uint64 VALUE) //stores fiven value in given ID