UveosOnNation_VEGA_Adcs/Adcs.h

27 lines
398 B
C

//
// Created by xemon on 29.08.22.
//
#ifndef UVEOS_DEMO_ON_NIIET_MCU_ADCS_H
#define UVEOS_DEMO_ON_NIIET_MCU_ADCS_H
#include "AdcNation.h"
typedef struct {
tAdcNation gnssAntenna;
tAdcIO gnssAntennaIo;
tAdcNation speaker;
tAdcIO speakerIo;
tAdcNation battery;
tAdcIO batteryIo;
} tAdcs;
extern tAdcs ADCS;
void Adcs_Init();
#endif //UVEOS_DEMO_ON_NIIET_MCU_ADCS_H