initial
This commit is contained in:
29
NetMeterBusMaster2.h
Normal file
29
NetMeterBusMaster2.h
Normal file
@ -0,0 +1,29 @@
|
||||
// Only modify this file to include
|
||||
// - function definitions (prototypes)
|
||||
// - include files
|
||||
// - extern variable definitions
|
||||
// In the appropriate section
|
||||
|
||||
#ifndef NetMeterBusPowerMaster_H_
|
||||
#define NetMeterBusPowerMaster_H_
|
||||
#include "Arduino.h"
|
||||
//add your includes for the project NetMeterBusPowerMaster here
|
||||
|
||||
|
||||
//end of add your includes here
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
void loop();
|
||||
void setup();
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
//add your function definitions for the project NetMeterBusPowerMaster here
|
||||
|
||||
|
||||
|
||||
|
||||
//Do not add code below this line
|
||||
#endif /* NetMeterBusPowerMaster_H_ */
|
Reference in New Issue
Block a user