Improvements for devices #17

Merged
meierj merged 6 commits from mueller/acs-board-improvements into eive/develop 2021-09-23 15:59:22 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d3b83f3cf9 - Show all commits

View File

@ -234,7 +234,7 @@ uint32_t GyroHandlerL3GD20H::getTransitionDelayMs(Mode_t from, Mode_t to) {
return this->transitionDelayMs;
}
void GyroHandlerL3GD20H::setGoNormalModeAtStartup() {
void GyroHandlerL3GD20H::setToGoToNormalMode(bool enable) {
this->goNormalModeImmediately = true;
}

View File

@ -25,7 +25,7 @@ public:
/**
* @brief Configure device handler to go to normal mode immediately
*/
void setGoNormalModeAtStartup();
void setToGoToNormalMode(bool enable);
protected:
/* DeviceHandlerBase overrides */