mcu_hi3321_watch/tjd/ui/app/low_power/TjdUiAppLowPowerModel.cpp
2025-05-26 20:15:20 +08:00

13 lines
355 B
C++

#include "TjdUiAppLowPowerModel.h"
#include "motor.h"
#include "TjdUiSettingCenter.h"
#include "power_display_service.h"
namespace TJD {
void TjdUiAppLowPowerModel::MsgShakeEvent(void)
{
motor_param_t motorParam = {.cycle1_on = 250, .cycle1_off = 750, .cycle1_cnt = 1, .duty = 100};
tjd_driver_motor_user_start(&motorParam);
}
} // namespace TJD