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 46f0989 commit aba691fCopy full SHA for aba691f
mainpage.dox
@@ -1,10 +1,11 @@
1
/** @mainpage Arduino-Storage
2
3
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.
+external memory devices. It allows block and vector read/write
+(Storage::Block), local memory caching (Storage::Cache), and streaming
+of data (Storage::Stream). The library includes device drivers for SPI
+SRAM (MC23LC1024, MC23LC512), 2-Wire EEPROM (AT24CXX) and internal
8
+EEPROM.
9
10
Version: 1.0
11
*/
0 commit comments