A command-line utility for PCsensor foot switches, written in Rust.
Go to file
Dennis 82abb70314 Forgot to add this file in commit 3558a4869a
This file is necessary to completely resolve issue 
2018-07-26 17:17:27 +02:00
src Forgot to add this file in commit 3558a4869a 2018-07-26 17:17:27 +02:00
.gitignore Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys 2018-07-10 23:36:20 +02:00
Cargo.toml Added a module which nicely formats output to console. Fixes 2018-07-26 17:15:39 +02:00
LICENSE Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys 2018-07-10 23:36:20 +02:00
README.md Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys 2018-07-10 23:36:20 +02:00

footswitch-rs

This repository contains a C to Rust translation of the GitHub repository rgerganov/footswitch.