#include "freertos/queue.h"

Go to the source code of this file.
Data Structures | |
| struct | data_t |
Macros | |
| #define | QUEUE_SIZE 10 |
Enumerations | |
| enum | sensor_event_t { NO_SENSOR = -1 , BMP180_SENSOR = 0 , DS3231_SENSOR = 1 } |
Variables | |
| QueueHandle_t | pressureSensorQueue |
| QueueHandle_t | realTimeClockQueue |
| #define QUEUE_SIZE 10 |
| enum sensor_event_t |
|
extern |
|
extern |