We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684978b commit 46f0989Copy full SHA for 46f0989
README.md
@@ -11,6 +11,7 @@ Version: 1.0
11
12
* [Abstract Storage Manager, Storage](./src/Storage.h)
13
* [Storage Block, Storage::Block](./src/Storage.h)
14
+* [Storage Cache, Storage::Cache](./src/Storage.h)
15
* [Storage Stream, Storage::Stream](./src/Storage.h)
16
17
## Drivers
@@ -24,6 +25,7 @@ Version: 1.0
24
25
26
* [Benchmarks](./examples/Benchmarks) measurement of characteristics.
27
* [Block](./examples/Block) read/write eeprom blocks.
28
+* [Cache](./examples/Block) cache local variable.
29
* [Persistent](./examples/Persistent) read/write configuration.
30
* [Stream](./examples/Stream) storage as a print stream.
31
* [Vector](./examples/Vector) handling large sample vectors.
0 commit comments