This commit is contained in:
2026-02-27 18:02:41 +03:00
parent 006930dc0d
commit d7a9b7364f
4 changed files with 29 additions and 5 deletions

View File

@@ -100,6 +100,15 @@ AsibFM700ServoController::error_t AsibFM700ServoController::hardwareInit()
}
AsibFM700ServoController::error_t AsibFM700ServoController::hardwareShutdown()
{
Mount.quit();
return AsibFM700ServoControllerErrorCode::ERROR_OK;
}
AsibFM700ServoController::error_t AsibFM700ServoController::hardwareSetState(hardware_state_t const& state)
{
std::lock_guard lock{*_setStateMutex};