temperatur.h 258 B

1234567891011121314151617
  1. /*
  2. * temperatur.h
  3. *
  4. * Created on: Feb 23, 2018
  5. * Author: sebastian
  6. */
  7. #ifndef TEMPERATUR_H_
  8. #define TEMPERATUR_H_
  9. #define TEMP_CS 10 // CS for the MAX31855
  10. void temperatur_init(void);
  11. int16_t get_temperatur (void);
  12. #endif /* TEMPERATUR_H_ */