diff options
author | Devin Fritz <40574804+StaticFX@users.noreply.github.com> | 2022-06-12 19:03:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 13:03:50 -0400 |
commit | 29e9ac6ec5e12d2c4a2d938748b4a056826fb535 (patch) | |
tree | 46b7473484fb54f02c7618346aeb1712610317e5 | |
parent | ea4f6d6a77567e9277f775cdb50375fd3e6a25d4 (diff) | |
download | kutter-29e9ac6ec5e12d2c4a2d938748b4a056826fb535.tar.gz kutter-29e9ac6ec5e12d2c4a2d938748b4a056826fb535.tar.xz kutter-29e9ac6ec5e12d2c4a2d938748b4a056826fb535.zip |
config: Update generic-duet3-mini.cfg to include Tacho pins (#5551)
Signed-off-by: Devin Fritz <devinfritz@gmx.de>
-rw-r--r-- | config/generic-duet3-mini.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/generic-duet3-mini.cfg b/config/generic-duet3-mini.cfg index 99e1af3d..452da742 100644 --- a/config/generic-duet3-mini.cfg +++ b/config/generic-duet3-mini.cfg @@ -26,6 +26,7 @@ # SBC SPISS pin:PA6, SBCTfrReady:PA3, SerComPins:{PA4, PA5, PA6, PA7} # CAN Pins - TX:PB14 RX:PB15 # Heaters, Fan outputs - {Out0:PB17 Out1:PC10 Out2:PB13 Out3:PB11 Out4:PA11, Out5:PB2, Out6:PB1} | Out6 is shared with VFD_Out +# Tach Pins for Fans - {Out3.Tach:PB27 Out4.Tach:PB26} # GPIO_out - {IO1:PB31 IO2:PD9 IO3:PB12 IO4:PD10} IO4 is shared with PSON # GPIO_in - {IO1:PB30 IO2:PD8 IO3:PB7 IO4:PC5 IO5:PC4 IO6:PC31} # Driver Diag - {D0:PA10, D1:PB8, D2:PA22, D3:PA23, D4:PC21, D5:PB10, D6:PA27} |