Autodrone
Multi-Domain Vehicle
config.c File Reference

This file configures the EEPROM settings of the flight controller. More...

#include "board.h"

Functions

void readEEPROM (void)
 
HAL_StatusTypeDef writeEEPROM (void)
 
void checkFirstTime (bool eepromReset)
 Sets all the default config values. More...
 

Variables

const char rcChannelLetters [] = "AERT12345678"
 
semaphore_t eepromChanged = false
 

Detailed Description

This file configures the EEPROM settings of the flight controller.

Author
Jeremy Wolfe
Date
03 MAR 2022

Function Documentation

◆ checkFirstTime()

void checkFirstTime ( bool  eepromReset)

Sets all the default config values.

Parameters
booleepromReset Whether or not you want to write config values to EEPROM.
Returns
Void.

◆ readEEPROM()

void readEEPROM ( void  )

◆ writeEEPROM()

HAL_StatusTypeDef writeEEPROM ( void  )

Variable Documentation

◆ eepromChanged

semaphore_t eepromChanged = false

◆ rcChannelLetters

const char rcChannelLetters[] = "AERT12345678"