diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-01-12 16:41:26 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-01-12 16:44:21 -0500 |
commit | 138f3c26460a9293e0ad44ef5cc0d70b3ab1eb53 (patch) | |
tree | 6ae914b61a958f7989c1b660330234ab09b5a81c /config/avrsim.cfg | |
parent | f1222565b892c456656ad1395cde2acdf07db633 (diff) | |
download | kutter-138f3c26460a9293e0ad44ef5cc0d70b3ab1eb53.tar.gz kutter-138f3c26460a9293e0ad44ef5cc0d70b3ab1eb53.tar.xz kutter-138f3c26460a9293e0ad44ef5cc0d70b3ab1eb53.zip |
config: Update avrsim.cfg to use unique pins
Commit 3833669c added checking that each pin is used once in the
config. This exposed an error in the avrsim.cfg testing config -
analog1 conflicts with ar25. Use analog7 to avoid this.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/avrsim.cfg')
-rw-r--r-- | config/avrsim.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/avrsim.cfg b/config/avrsim.cfg index dbbe45ca..043595a9 100644 --- a/config/avrsim.cfg +++ b/config/avrsim.cfg @@ -46,7 +46,7 @@ nozzle_diameter: 0.500 filament_diameter: 3.500 heater_pin: ar4 sensor_type: EPCOS 100K B57560G104F -sensor_pin: analog1 +sensor_pin: analog7 control: pid pid_Kp: 22.2 pid_Ki: 1.08 |