1.5.0 • Published 7 years ago

betak v1.5.0

Weekly downloads
36
License
-
Repository
-
Last release
7 years ago

BETAK

Basically: Vertical wack-a-mole.

Serial Commands

CommandDescriptionLength (bytes)
00N/A1
1XButton Up, with index1
2XButton Down, with index1
3X VVDigit with index (0xF = all), next byte is value (0-9)1 + 1
4X BBDigit with index (0xF = all), next byte is bitmask1 + 1
5X XX RR GG BB WWLed with mask including next byte (12 bits), next bytes are RGBW2 + 4
6X VV VVGroup with index, next 2 bytes are value1 + 2
7X VV VVTime with index, next 2 bytes are value1 + 2
D0 UU UU UU UUFound NFC card with UID UU:UU:UU:UU1 + 4
E0Put the board into setup mode where the next 12 button presses are used to reorder the logical addresses of the buttons1
F0Cancel setup mode1

Checksum

A byte should be added to every packet that equals the XOR of all the bytes in the packet eg. CHK = A ^ B ^ C ^ D

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago