Stima V4 Slave RAIN
4.2
|
#include "debug_config.h"
#include "local_typedef.h"
#include "stima_utility.h"
#include "str.h"
#include <STM32FreeRTOS.h>
#include "thread.hpp"
#include "ticks.hpp"
#include "semaphore.hpp"
#include "queue.hpp"
#include "drivers/module_slave_hal.hpp"
#include "debug_F.h"
Go to the source code of this file.
Classes | |
struct | RainSensorParam_t |
struct local elaborate data parameter More... | |
class | RainSensorTask |
SENSOR TASK cpp_freertos class. More... | |
Macros | |
#define | RAIN_TASK_POWER_ON_WAIT_DELAY_MS (100) |
#define | RAIN_TASK_WAIT_DELAY_MS (50) |
#define RAIN_TASK_POWER_ON_WAIT_DELAY_MS (100) |
Definition at line 42 of file rain_sensor_task.h.
#define RAIN_TASK_WAIT_DELAY_MS (50) |
Definition at line 43 of file rain_sensor_task.h.