8 lines
108 B
C
8 lines
108 B
C
#ifndef ZIGBEE_APP_H
|
|
#define ZIGBEE_APP_H
|
|
|
|
void ZigbeeApp_Init(void);
|
|
void ZigbeeApp_Process(void);
|
|
|
|
#endif
|