HVAC_M7_CanPorts/CanPorts.h

20 lines
337 B
C

//
// Created by cfif on 03.06.2024.
//
#ifndef SMART_COMPONENTS_CANPORTS_H
#define SMART_COMPONENTS_CANPORTS_H
#include "CanSerialPortFrame.h"
typedef struct {
tCanSerialPortFrameFlagchip Can0;
tSerialPortFrameIO Can0_IO;
} tCanPorts;
extern tCanPorts CAN_PORTS;
void CanPorts_Init();
#endif //SMART_COMPONENTS_CANPORTS_H