HVAC_M7_DebugTesting/PeripheralInterfaces.h

19 lines
383 B
C

//
// Created by cfif on 05.05.23.
//
#ifndef WATER_BOX_BSD_PERIPHERALINTERFACES_H
#define WATER_BOX_BSD_PERIPHERALINTERFACES_H
#include "Gpios.h"
#include "SerialPorts.h"
#include "CanPorts.h"
#include "Rtcs.h"
#include "Adcs.h"
#include "Pwms.h"
#include "StorageOnFlash.h"
void InitPeripheralInterfaces(tLoggerInterface *logger);
#endif //WATER_BOX_BSD_PERIPHERALINTERFACES_H