TouchSwitch/TouchSwitch.h
Wolfgang Hottgenroth 3155b01470 initial
2018-01-24 12:48:12 +01:00

23 lines
448 B
C

// Only modify this file to include
// - function definitions (prototypes)
// - include files
// - extern variable definitions
// In the appropriate section
#ifndef _TouchSwitch_H_
#define _TouchSwitch_H_
#include "Arduino.h"
//add your includes for the project TouchSwitch here
//end of add your includes here
//add your function definitions for the project TouchSwitch here
//Do not add code below this line
#endif /* _TouchSwitch_H_ */