Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys

This commit is contained in:
2018-07-10 23:36:20 +02:00
commit 426dd13ca3
6 changed files with 332 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "footswitch-rs"
version = "0.1.0"
authors = ["Dennis <dennis@dennispotter.eu>"]
[dependencies]
structopt = "0.2.10"
hidapi = "0.4.1"
users = "0.7"