- Sun Apr 05, 2020 3:44 am
#41855
Found out the answer to this is yes:thetoivonen wrote: ↑Wed Mar 11, 2020 10:06 pmDo you know if the 'Idle 2' pin is just an inverted copy of the signal to the 'Idle 1' pin?
Code: Select all
idle.ino, line 515 in the 202002 releaseif(configPage6.iacChannels == 1) { *idle2_pin_port |= (idle2_pin_mask); } //If 2 idle channels are in use, flip idle2 to be the opposite of idle1