Skip to content

Commit

Permalink
cleaned up serial example config
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Aug 15, 2024
1 parent 7dae39b commit 78502ad
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions configs/serial-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,7 @@ sigmatemp = 0.01
pitemp = 1
timescale = 1

# MIDI over serial mapping
[midiserial]
device = "/dev/tty.usbmodem14602"
input = [
["control_change", 0, 0], #
["control_change", 0, 1], #
["control_change", 0, 2], #
]
output = [
["control_change", 0, 0], #
["control_change", 0, 1], #
["control_change", 0, 2], #
]
# Serial mapping
[serial]
port = "/dev/tty.usbmodem102" # default GPIO serial port on raspberry pi
baudrate = 115200 # a typical default choice of baudrate

0 comments on commit 78502ad

Please sign in to comment.