readTemps.h 70 B

12345678
  1. #ifndef READ_TEMPS_H
  2. #define READ_TEMPS_H
  3. void readTemps();
  4. #endif