Добрый вечер.
В проекте несколько шаговых двигателей, которые сисльно греются, когда не едут. Возможно как-то снять с обмоток питание силами AccelStepper, или может ещё какие варианты есть?
P.S.: моторчики 28BYJ48, платы ULN2003. Часть моторчиков запитана через реле, но даже выключение реле не помогает.
disableOutputs()
void AccelStepper::disableOutputs ( ) virtual
Disable motor pin outputs by setting them all LOW Depending on the design of your electronics this may turn off the power to the motor coils, saving power. This is useful to support Arduino low power modes: disable the outputs during sleep and then reenable with enableOutputs()
2 лайка