[mcu host] # FlyOS는 이미 linux MCU를 기본적으로 생성했습니다. 이를 정의하면 사용 가능합니다.
serial: /tmp/klipper_host_mcu
[temperature_sensor FLY-π] # 상위 기기 온도
sensor_type: temperature_host
[temperature_fan core_fan] # 상위 기기散热 팬
pin: host:gpiochip1/gpio103 # 상위 기기 팬 핀 번호
max_power: 1.0
sensor_type: temperature_host
control:watermark # 제어 방식
target_temp: 48 # 상위 기기散热 팬 작동 온도
min_temp: 0 # 최저 온도, 이 온도 아래에서는 오류가 발생할 수 있습니다.
max_temp: 90 # 최고 온도, 이 온도 이상에서는 오류가 발생할 수 있습니다.
off_below: 0.10
kick_start_time: 0.50
max_speed: 0.8 # 최대 속도, 최대 전력으로 구동 시 80%의 속도
min_speed: 0.3