Files
platformio_fensterpiepser_e…/src/fensterPIEP.h
T

23 lines
448 B
C
Raw Normal View History

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