Skip to content

Commit 46f0989

Browse files
committed
Improved benchmarks and example sketches
1 parent 684978b commit 46f0989

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Version: 1.0
1111

1212
* [Abstract Storage Manager, Storage](./src/Storage.h)
1313
* [Storage Block, Storage::Block](./src/Storage.h)
14+
* [Storage Cache, Storage::Cache](./src/Storage.h)
1415
* [Storage Stream, Storage::Stream](./src/Storage.h)
1516

1617
## Drivers
@@ -24,6 +25,7 @@ Version: 1.0
2425

2526
* [Benchmarks](./examples/Benchmarks) measurement of characteristics.
2627
* [Block](./examples/Block) read/write eeprom blocks.
28+
* [Cache](./examples/Block) cache local variable.
2729
* [Persistent](./examples/Persistent) read/write configuration.
2830
* [Stream](./examples/Stream) storage as a print stream.
2931
* [Vector](./examples/Vector) handling large sample vectors.

0 commit comments

Comments
 (0)