intiail
This commit is contained in:
22
MqttMonitor.h
Normal file
22
MqttMonitor.h
Normal file
@ -0,0 +1,22 @@
|
||||
// Only modify this file to include
|
||||
// - function definitions (prototypes)
|
||||
// - include files
|
||||
// - extern variable definitions
|
||||
// In the appropriate section
|
||||
|
||||
#ifndef _MqttMonitor_H_
|
||||
#define _MqttMonitor_H_
|
||||
#include "Arduino.h"
|
||||
//add your includes for the project MqttMonitor here
|
||||
|
||||
|
||||
//end of add your includes here
|
||||
|
||||
|
||||
//add your function definitions for the project MqttMonitor here
|
||||
|
||||
|
||||
|
||||
|
||||
//Do not add code below this line
|
||||
#endif /* _MqttMonitor_H_ */
|
Reference in New Issue
Block a user