DefaultReceiver/descriptionStruct.h

10 lines
149 B
C
Raw Normal View History

2022-08-21 14:10:45 +02:00
#ifndef _descriptionStruct_h_
#define _descriptionStruct_h_
typedef struct {
byte use; //0-3 || 0-1
char text[29]; //Text
}ChannelDesc;
#endif