mirror of
https://github.com/anklimov/lighthub
synced 2025-12-12 06:39:51 +03:00
Poll() refactoring, PWM fix, Hum preparation
This commit is contained in:
@@ -101,6 +101,7 @@ return st.getPercents255();
|
||||
*/
|
||||
int out_Motor::Poll(short cause)
|
||||
{
|
||||
if (cause==POLLING_SLOW) return 0;
|
||||
int curPos = -1;
|
||||
int targetPos = -1;
|
||||
int dif;
|
||||
|
||||
Reference in New Issue
Block a user