IZAR Flight Controller 1.0.0
IZAR Flight Controller running with an ESP32.
|
#include "flight_controller/flight_controller.h"
#include "sensors_reading/sensors_reading.h"
#include "freertos/queue.h"
#include <esp_log.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
Functions | |
void | app_main () |
Variables | |
QueueHandle_t | xSensorQueue = NULL |
QueueHandle_t | xUpdatedStatusFromFlightController = NULL |
void app_main | ( | ) |
QueueHandle_t xSensorQueue = NULL |
QueueHandle_t xUpdatedStatusFromFlightController = NULL |