GONEC_ARTERY_SetupSettings/Inc/Settings_Transmitter.h

27 lines
586 B
C

//
// Created by cfif on 04.05.23.
//
#ifndef GONEC_FULL_SETTINGS_TRANSMITTER_H
#define GONEC_FULL_SETTINGS_TRANSMITTER_H
#include "stdint.h"
#include "mtojson.h"
typedef struct {
uint32_t CorPwr1;
uint32_t CorPwr2;
uint32_t CorPwr3;
uint32_t CorPwr4;
uint8_t SelectCorPwr;
uint8_t LogEn;
uint8_t LogExtendedEn;
uint32_t TimeLifeFragIn;
} tSettings_Transmitter;
//extern const struct to_json jsonSettings_Transmitter[];
void vSettings_TransmitterInitDefaults(tSettings_Transmitter *Settings_Transmitter);
#endif //GONEC_FULL_SETTINGS_TRANSMITTER_H