#ifndef READ_TEMPS_H #define READ_TEMPS_H void initTempReadings(); void readAndSendTemps(void *pvParameters); #endif