sht3x.h 342 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (C) 2016 Sensirion AG, Switzerland
  4. * Author: David Frey <[email protected]>
  5. * Author: Pascal Sachs <[email protected]>
  6. */
  7. #ifndef __SHT3X_H_
  8. #define __SHT3X_H_
  9. struct sht3x_platform_data {
  10. bool blocking_io;
  11. bool high_precision;
  12. };
  13. #endif /* __SHT3X_H_ */