EspThermometer2/EspThermometer2.h

23 lines
468 B
C
Raw Normal View History

2017-08-20 22:29:01 +02:00
// Only modify this file to include
// - function definitions (prototypes)
// - include files
// - extern variable definitions
// In the appropriate section
#ifndef _EspThermometer2_H_
#define _EspThermometer2_H_
#include "Arduino.h"
//add your includes for the project EspThermometer2 here
//end of add your includes here
//add your function definitions for the project EspThermometer2 here
//Do not add code below this line
#endif /* _EspThermometer2_H_ */