sensor_st_hts221.h 222 B

12345678910111213
  1. #ifndef SENSOR_ST_HTS221_H__
  2. #define SENSOR_ST_HTS221_H__
  3. #include "sensor.h"
  4. #include "hts221.h"
  5. #define HTS221_ADDR_DEFAULT (0xBE >> 1)
  6. int rt_hw_hts221_init(const char *name, struct rt_sensor_config *cfg);
  7. #endif