Files
OldPeopleHome/zigbee/ZStack-CC2530-r200_1/Projects/SappWsn/Source/SAPP_Sample.h
2019-09-08 11:39:07 +08:00

18 lines
197 B
C

#ifndef _SAPP_SAMPLE_H_
#define _SAPP_SAMPLE_H_
#include "SAPP_FrameWork.h"
#ifdef __cplusplus
extern "C"
{
#endif
enum {
DevSensorId,
};
#ifdef __cplusplus
}
#endif
#endif//_SAPP_SAMPLE_H_