Ajout de l'algo
This commit is contained in:
@ -56,4 +56,8 @@ void ServoMotorComponent::refresh() {
|
||||
}
|
||||
this->lastUpTime = millis();
|
||||
this->myservo.write(this->PIN, this->currentPosition);
|
||||
}
|
||||
|
||||
bool ServoMotorComponent::isConnected() {
|
||||
return true;
|
||||
}
|
Reference in New Issue
Block a user