433Receiver/433Receiver.h

23 lines
408 B
C
Raw Permalink Normal View History

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