tmp1075.h 181 B

123456789101112
  1. #ifndef TMP1075_H_
  2. #define TMP1075_H_
  3. #include <stdint.h>
  4. #define TMP1075_BASE_ADDRESS 0x48
  5. uint16_t read_temperature(uint8_t slot);
  6. extern volatile uint8_t addr_offset;
  7. #endif