Mqtt433Gateway/Mqtt433Gateway.h
Wolfgang Hottgenroth bb4b7b5aa0 initial
2016-10-31 22:54:05 +01:00

23 lines
463 B
C

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