SerialPorts_GD32F450/SerialPorts.h

25 lines
346 B
C
Executable File

//
// Created by cfif on 15.11.22.
//
#ifndef SERIALPORTS_H
#define SERIALPORTS_H
#include "SerialPortGiga.h"
typedef struct {
tSerialPortGiga GONEC0;
tSerialPortIO GONEC0IO;
tSerialPortGiga GONEC1;
tSerialPortIO GONEC1IO;
} tSerialPorts;
extern tSerialPorts SERIAL_PORTS;
void SerialPorts_Init();
#endif //SERIALPORTS_H