Skip to content
Tom Moxon edited this page Feb 23, 2016 · 10 revisions

Within the Arduino IDE you can explore the Embedis examples under :

Files -> Examples -> Embedis

Using The Embedis Command Line Interface

The Embedis command line interface (CLI) uses familiar SET/GET/DEL commands \n for storing, retriving, and deleting key-value pairs in the persistant memory stores. \n For example :

    set mykey somevalue
    +OK
    get mykey
    +somevalue
    del mykey
    :1

The different persistent memory stores are called "dictionaries", and you can query what dictionary types are available on your system with the DICTIONARIES command, for example:

    DICTIONARIES
    *3
    +FRAM
    +FLASH
    +EEPROM
Clone this wiki locally