MySwitch/MySwitch.h

23 lines
437 B
C
Raw Normal View History

2018-04-28 13:21:21 +02:00
// Only modify this file to include
// - function definitions (prototypes)
// - include files
// - extern variable definitions
// In the appropriate section
#ifndef _MySwitch_H_
#define _MySwitch_H_
#include "Arduino.h"
//add your includes for the project RainSensor here
//end of add your includes here
//add your function definitions for the project RainSensor here
//Do not add code below this line
#endif /* _MySwitch_H_ */