chessnut 0.0.1

Rust driver for Chessnut electronic chess boards
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# chessnut

Rust driver for [Chessnut][chessnut] electronic chess boards.

Commands learned from the [vendor C/C++ SDK][vendor-sdk] and Graham O'Neill's PDF.

### udev

Copy adjusted 70-chessnut.rules to `/etc/udev/rules.d`, run `udevadm control --reload-rules` as root.

[chessnut]: https://www.chessnutech.com/
[vendor-sdk]: https://github.com/chessnutech/EasyLinkSDK