diff options
Diffstat (limited to 'ibus.h')
| -rw-r--r-- | ibus.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,6 +8,7 @@ #define IBusSize 0x20 #define startByteBeta 0x40 -typedef uint8_t[IBusSize] IBusFrame -typedef uint16_t[15] channelValues +typedef uint8_t IBusFrame[IBusSize]; +typedef uint16_t channelValues[15]; +int encodeIBus(IBusFrame frame, channelValues vals); #endif |
