Default configuration. More...
Default configuration.
Definition in file hm330x_params.h.
 Include dependency graph for hm330x_params.h:Go to the source code of this file.
Macros | |
| #define | HM330X_NUMOF ARRAY_SIZE(hm330x_params) | 
| Define the number of configured sensors.  | |
| #define | HM330X_INFO_NUM ARRAY_SIZE(hm330x_saul_info) | 
| Number of saul info structs.  | |
Variables | |
| static const hm330x_params_t | hm330x_params [] | 
| Configuration struct.  More... | |
| static const saul_reg_info_t | hm330x_saul_info [] | 
| Additional meta information to keep in the SAUL registry.  More... | |
Set default configuration parameters | |
| #define | HM330X_PARAM_I2C_DEV I2C_DEV(0) | 
| HM330X default I2C bus.  | |
| #define | HM330X_PARAM_RESET_PIN GPIO_UNDEF | 
| HM330X default reset pin.  | |
| #define | HM330X_PARAM_SET_PIN GPIO_UNDEF | 
| HM330X default set pin.  | |
| #define | HM330X_SAUL_INFO { .name = "hm330x" } | 
| HM330X default SAUL information.  | |
| #define | HM330X_PARAMS | 
| HM330X default parameters.  More... | |
| #define HM330X_PARAMS | 
HM330X default parameters.
Definition at line 63 of file hm330x_params.h.
      
  | 
  static | 
      
  | 
  static | 
Additional meta information to keep in the SAUL registry.
Definition at line 85 of file hm330x_params.h.