Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
EEPROM_emulation.h File Reference

Replacement on the PC for the nonvolatile memory of the micro-controller. More...

#include "persistent_data.h"

Go to the source code of this file.

Classes

struct  config_param_type
 this structure describes one persistent parameter More...
 

Functions

float configuration (EEPROM_PARAMETER_ID id)
 
int read_EEPROM_file (char *basename)
 
bool write_EEPROM_dump (char *basename)
 

Variables

config_param_type config_parameters [EEPROM_PARAMETER_ID_END]
 

Detailed Description

Replacement on the PC for the nonvolatile memory of the micro-controller.

Author
Dr. Klaus Schaefer

<Larus Flight Sensor Firmware>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file EEPROM_emulation.h.

Function Documentation

◆ configuration()

◆ read_EEPROM_file()

int read_EEPROM_file ( char basename)

◆ write_EEPROM_dump()

Variable Documentation

◆ config_parameters