Files
TwoLedSignal/TwoLedSignal.h
2018-04-21 22:33:02 +02:00

23 lines
453 B
C

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