MK
Size: a a a
MK
St
Д
AT
СT
void CustomStepper::setTimer()
{
this->timer = micros() + this->time;
}
void CustomStepper::run()
{
if (this->timer <= micros() && micros() < this->timer + this->time)
this->step();
}
AT
СT
if (this->timer <= micros() && micros() < this->timer + this->time)
AT
this
СT
AT
СT
<-
- такой там нетуСT
this
AT
СT
this
S
СT
if (this->timer <= micros() && micros() < this->timer + this->time)
СT
СT