10 lines
149 B
C
10 lines
149 B
C
|
#ifndef _descriptionStruct_h_
|
||
|
#define _descriptionStruct_h_
|
||
|
|
||
|
typedef struct {
|
||
|
byte use; //0-3 || 0-1
|
||
|
char text[29]; //Text
|
||
|
}ChannelDesc;
|
||
|
|
||
|
#endif
|