blob: fb1d7fb5c152b1692eb1631542bff1c9af7fbfaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef IBUS_H
#define IBUS_H
#include <stdint.h>
#define IBusSize 34
#define channelC 15
#define IBusSize 0x20
#define startByteBeta 0x40
typedef uint8_t[IBusSize] IBusFrame
typedef uint16_t[15] channelValues
#endif
|