IZAR Flight Controller 1.0.0
IZAR Flight Controller running with an ESP32.
main.c File Reference
#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>
Include dependency graph for main.c:

Functions

void app_main ()

Variables

QueueHandle_t xSensorQueue = NULL
QueueHandle_t xUpdatedStatusFromFlightController = NULL

Function Documentation

◆ app_main()

void app_main ( )
Here is the call graph for this function:

Variable Documentation

◆ xSensorQueue

QueueHandle_t xSensorQueue = NULL

◆ xUpdatedStatusFromFlightController

QueueHandle_t xUpdatedStatusFromFlightController = NULL