Function config_set(config_t, void *)

Function Documentation

void config_set(config_t config, void *data)

Writes in the data register of the config handle.

Note
This function doesn NOT write to EEPROM. call config_write for that functionality
Parameters
  • config: The config handle
  • data: data to write