Skip to content

Commit aba691f

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mainpage.dox

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/** @mainpage Arduino-Storage
22

33
The Storage library for Arduino is designed to abstract handling of
4-
external memory. It allows block and vector read/write
5-
(Storage::Block) and streaming of data (Storage::Stream). The library
6-
includes device drivers for SPI SRAM (MC23LC1024, MC23LC512), 2-Wire
7-
EEPROM (AT24CXX) and internal EEPROM.
4+
external memory devices. It allows block and vector read/write
5+
(Storage::Block), local memory caching (Storage::Cache), and streaming
6+
of data (Storage::Stream). The library includes device drivers for SPI
7+
SRAM (MC23LC1024, MC23LC512), 2-Wire EEPROM (AT24CXX) and internal
8+
EEPROM.
89

910
Version: 1.0
1011
*/

0 commit comments

Comments
 (0)