Here are the classes, structs, unions and interfaces with brief descriptions:
Cccs811_config_t | Config object, to be instantiated and values assigned to members before passing the object address into the function init_ccs811() |
Cdac_channel_t | Struct for config values for each channel - this is only to be used as a nested struct within the dac_config_t struct |
Cdac_config_t | Config struct for DAC |
Clcd_config_t | Configuration struct, to be instantiated and values assigned before passing it's address into and calling lcd_init() |
Clog_system_config_t | Config object, to be instantiated in each file the log system is to be used, then pass it's address into the functions with names beginning with "log" |