22 lines
250 B
C
22 lines
250 B
C
#ifndef _VERSION_H
|
|
#define _VERSION_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
#define CVERSION "1-3-3"
|
|
#define VERSIONLEN 5
|
|
|
|
#define DEVICEMOD "SQ01-PDD-D1"
|
|
#define DEVICEMODLEN 11
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _GPIO_H */
|
|
|