mirror of
https://github.com/anklimov/lighthub
synced 2026-05-06 22:15:49 +00:00
motor driver debugged and reverse polarity, esp32 fix
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
// The number of simultaniusly working motors
|
||||
#ifndef MOTOR_QUOTE
|
||||
#define MOTOR_QUOTE 2
|
||||
#define MOTOR_QUOTE 1
|
||||
#endif
|
||||
|
||||
static int8_t motorQuote = MOTOR_QUOTE;
|
||||
@@ -34,6 +34,7 @@ public:
|
||||
int16_t maxOnTime;
|
||||
uint16_t feedbackOpen;
|
||||
uint16_t feedbackClosed;
|
||||
bool inverted;
|
||||
protected:
|
||||
void getConfig();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user