From 957866fb841759f22f470dc1b2d9b08e99f0c960 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 7 Apr 2017 12:22:12 +0200 Subject: [PATCH] README: Drop a left over sample from another plugin Signed-off-by: Gergely Nagy --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index bc2ed1ed..63d333ca 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,6 @@ void setup () { The plugin provides the `EEPROMSettings` object, which has the following methods: -### `cycleThrough(keys...)` - -> Cycles through all the possibilities given in `keys` (starting from the -> beginning once it reached the end). This should be used from -> the [`cycleAction`][cycleaction] function, once it is determined what sequence -> to cycle through. - ### `update()` > Updates the `EEPROM` header with the current status quo, including the version