mirror of https://github.com/Desuuuu/klipper.git
linuxtest: Add a test case for the ds18b20 sensor
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
33ecc6d62e
commit
f42ce3e2fd
|
@ -0,0 +1,15 @@
|
|||
# Test config for linux process specific hardware
|
||||
[mcu]
|
||||
serial: /tmp/klipper_host_mcu
|
||||
|
||||
[printer]
|
||||
kinematics: none
|
||||
max_velocity: 300
|
||||
max_accel: 3000
|
||||
|
||||
[temperature_sensor my_ds18b20]
|
||||
min_temp: 0
|
||||
max_temp: 100
|
||||
serial_no: 12345678
|
||||
sensor_mcu: mcu
|
||||
sensor_type: DS18B20
|
|
@ -0,0 +1,5 @@
|
|||
# Tests for various temperature sensors
|
||||
DICTIONARY linuxprocess.dict
|
||||
CONFIG linuxtest.cfg
|
||||
|
||||
G4 P1000
|
Loading…
Reference in New Issue