Battery-Emulator/Software/INVERTERS.h
2023-07-18 22:02:54 +03:00

16 lines
No EOL
193 B
C

#ifndef INVERTERS_H
#define INVERTERS_H
#ifdef SOLAX_CAN
#include "SOLAX-CAN.h"
#endif
#ifdef CAN_BYD
#include "BYD-CAN.h"
#endif
#ifdef PYLON_CAN
#include "PYLON-CAN.h"
#endif
#endif