footswitch-rs/src
Dennis Potter 7c7c99d52b Moved and split read function. Added write wrapper
The read function is now moved into the Pedals object and split up to
read_pedals() (which reads all pedals and prints the output) and
read_pedal() (which only reads one pedal).

Furthermore, the beginning of write_pedal() and write_pedals() is added.
2018-07-23 23:52:10 +02:00
..
key_operations.rs Added print_key() and decode_byte() and fixed name of encode_byte() 2018-07-11 12:01:27 +02:00
main.rs Moved and split read function. Added write wrapper 2018-07-23 23:52:10 +02:00
pedal_operations.rs Moved and split read function. Added write wrapper 2018-07-23 23:52:10 +02:00