sht21.h 263 B

1234567891011121314151617
  1. #ifndef _INCLUDE_CFG_SHT21_H_
  2. #define _INCLUDE_CFG_SHT21_H_
  3. /*
  4. * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
  5. */
  6. #ifndef I2C_SLA_SHT21
  7. #define I2C_SLA_SHT21 0x40
  8. #endif
  9. #ifndef SHT21_PRECISION
  10. #define SHT21_PRECISION 0x00
  11. #endif
  12. #endif