diff options
| author | Lenczu Vex <kuba.lenczowski03@gmail.com> | 2024-10-09 14:54:35 +0200 |
|---|---|---|
| committer | Lenczu Vex <kuba.lenczowski03@gmail.com> | 2024-10-09 14:54:35 +0200 |
| commit | 5214303228fd7d969cb58cbd9b0673d9bae0dcd1 (patch) | |
| tree | fbd95d013d5071bc7e34ce5d1ff632a21441ecb4 /ibus.h | |
Initial push
Diffstat (limited to 'ibus.h')
| -rw-r--r-- | ibus.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#define IBusSize 34 +#define channelC 15 +#define startByteAlpha 0x20 +#define startByteBeta 0x40 + +typedef char[IBusSize] IBusFrame +typedef unsigned short int[15] channelValues |
