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
Clone this wiki locally