Skip to content

Commit

Permalink
Added pin name for MB6XD PD24 for ATE
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed May 28, 2024
1 parent 597725c commit aee607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Pins_Duet3_MB6XD.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ constexpr PinDescription PinTable[] =
{ TcOutput::none, PwmOutput::none, AdcInput::none, PinCapability::rw, "io5.out,!io5.out.iso" }, // PD21 IO5_OUT (not PWM capable on TIOA11 because TIOB11 is used to generate step pulses)
{ TcOutput::none, PwmOutput::none, AdcInput::none, PinCapability::none, nullptr }, // PD22 step gate
{ TcOutput::none, PwmOutput::none, AdcInput::none, PinCapability::read, "out4.tach" }, // PD23 OUT4_TACH
{ TcOutput::none, PwmOutput::none, AdcInput::none, PinCapability::none, nullptr }, // PD24 SWD_EXT_RST
{ TcOutput::none, PwmOutput::none, AdcInput::none, PinCapability::write, "ate.rs422.txen" }, // PD24 was SWD_EXT_RST, now RS422 TX/~RX in board revision 1.02 and later
{ TcOutput::none, PwmOutput::none, AdcInput::none, PinCapability::read, "io0.in,serial0.rx" }, // PD25 IO0_IN Serial0 RX
{ TcOutput::none, PwmOutput::none, AdcInput::none, PinCapability::rw, "io0.out,serial0.tx" }, // PD26 IO0_OUT Serial0 TX
{ TcOutput::none, PwmOutput::none, AdcInput::none, PinCapability::rw, "io2.out,i2c0.dat" }, // PD27 IO2_OUT
Expand Down

0 comments on commit aee607b

Please sign in to comment.