@ -27,19 +27,9 @@ namespace FocusHooks {
# define FOCUS_HOOK_SETTINGS FOCUS_HOOK(FocusHooks::settings, \
# define FOCUS_HOOK_SETTINGS FOCUS_HOOK(FocusHooks::settings, \
" settings.valid? \n " \
" settings.valid? \n " \
" --------------- \n " \
" Return whether the EEPROM settings are valid, or not. \n \n " \
" settings.version \n " \
" settings.version \n " \
" ---------------- \n " \
" settings.crc " )
" Return the version of the EEPROM settings. \n \n " \
" settings.crc \n " \
" ------------ \n " \
" Return the CRC of the settings. " )
# define FOCUS_HOOK_EEPROM FOCUS_HOOK(FocusHooks::eeprom, \
# define FOCUS_HOOK_EEPROM FOCUS_HOOK(FocusHooks::eeprom, \
" eeprom.dump \n " \
" eeprom.dump \n " \
" ----------- \n " \
" eeprom.upload " )
" Dump the contents of EEPROM. \n \n " \
" eeprom.upload BYTES... \n " \
" ---------------------- \n " \
" Upload `BYTES` to EEPROM. " )