Kaleidoscope
Namespaces | Macros | Functions
EEPROM-Settings-Focus.h File Reference
#include <Kaleidoscope.h>
Include dependency graph for EEPROM-Settings-Focus.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 kaleidoscope
 
 kaleidoscope::eeprom_settings
 

Macros

#define FOCUS_HOOK_SETTINGS
 
#define FOCUS_HOOK_EEPROM
 

Functions

bool kaleidoscope::eeprom_settings::settingsFocusHook (const char *command)
 
bool kaleidoscope::eeprom_settings::eepromFocusHook (const char *command)
 

Macro Definition Documentation

◆ FOCUS_HOOK_EEPROM

#define FOCUS_HOOK_EEPROM
Value:
"eeprom.free\n" \
"eeprom.contents")
bool eepromFocusHook(const char *command)
Definition: EEPROM-Settings-Focus.cpp:63
#define FOCUS_HOOK(n, d)
Definition: Focus.h:30

◆ FOCUS_HOOK_SETTINGS

#define FOCUS_HOOK_SETTINGS
Value:
"settings.valid?\n" \
"settings.version\n" \
"settings.crc")
bool settingsFocusHook(const char *command)
Definition: EEPROM-Settings-Focus.cpp:26
#define FOCUS_HOOK(n, d)
Definition: Focus.h:30