-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathports.h
26 lines (23 loc) · 905 Bytes
/
ports.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/************************************************************************/
/* */
/* P R O J E K T A V A L O N */
/* */
/* ports.h The Ports-structure */
/* */
/* Author Stefan Wismer */
/* [email protected] */
/* */
/************************************************************************/
#ifndef PORTS_H
#define PORTS_H
#include <DDXStore.h>
#include <DDXVariable.h>
DDX_STORE_TYPE(Ports,
struct
{
int rudderleft; // Number of ports.
int rudderright; // /dev/ttyUSB[x]
int sail;
}
);
#endif // PORTS_H