speedup servo little bit
This commit is contained in:
parent
1d1874872b
commit
da2a06b23a
@ -77,7 +77,7 @@ Program::Program() {
|
|||||||
lcdScreen = new M5LCD();
|
lcdScreen = new M5LCD();
|
||||||
lcdScreen->add_log("Initialize M5LCD component....");
|
lcdScreen->add_log("Initialize M5LCD component....");
|
||||||
this->nfcReader = new NfcReader(NFC_ADDR);
|
this->nfcReader = new NfcReader(NFC_ADDR);
|
||||||
this->servo = new ServoMotorComponent(2, 1, 1);
|
this->servo = new ServoMotorComponent(2, 1, 1.5);
|
||||||
this->servo->setDesiredPosition(Position::MIDDLE);
|
this->servo->setDesiredPosition(Position::MIDDLE);
|
||||||
this->grbl = new GRBL(STEPMOTOR_I2C_ADDR);
|
this->grbl = new GRBL(STEPMOTOR_I2C_ADDR);
|
||||||
this->outputReader = new BigNfcReader();
|
this->outputReader = new BigNfcReader();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user