2024-11-30 10:27:03 +08:00
|
|
|
#ifndef __MW_SOFT_TIMER_H__
|
|
|
|
#define __MW_SOFT_TIMER_H__
|
|
|
|
|
|
|
|
#include "stdint.h"
|
|
|
|
|
2025-04-30 16:55:04 +08:00
|
|
|
// uint32_t get_systick_ms(void);
|
2024-11-30 10:27:03 +08:00
|
|
|
|
2025-04-30 16:55:04 +08:00
|
|
|
// void mw_soft_timer_user_systick_update(void);
|
2024-11-30 10:27:03 +08:00
|
|
|
|
2025-04-30 16:55:04 +08:00
|
|
|
void mw_softTimer_led_indicator_config(uint32_t period);
|
2025-05-01 10:01:27 +08:00
|
|
|
|
2025-04-30 16:55:04 +08:00
|
|
|
uint8_t mw_softTimer_get_led_indicator_timeUp_flag(void);
|
2024-11-30 10:27:03 +08:00
|
|
|
#endif
|