You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Kaleidoscope-EEPROM-Settings
TODO
Using the plugin
TODO
#include <Kaleidoscope.h>
#include <Kaleidoscope-EEPROM-Settings.h>
void setup () {
Kaleidoscope.setup ();
USE_PLUGINS (&EEPROMSettings);
// TODO
}
Plugin methods
The plugin provides the EEPROMSettings
object, which has the following methods:
TODO
Further reading
Starting from the example is the recommended way of getting started with the plugin.