![]() |
Autodrone
Multi-Domain Vehicle
|
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 |
This file configures the EEPROM settings of the flight controller.
void checkFirstTime | ( | bool | eepromReset | ) |
Sets all the default config values.
bool | eepromReset Whether or not you want to write config values to EEPROM. |
void readEEPROM | ( | void | ) |
HAL_StatusTypeDef writeEEPROM | ( | void | ) |
semaphore_t eepromChanged = false |
const char rcChannelLetters[] = "AERT12345678" |