mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
20 lines
No EOL
239 B
C
20 lines
No EOL
239 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 SMA_CAN
|
|
#include "SMA-CAN.h"
|
|
#endif
|
|
|
|
#ifdef PYLON_CAN
|
|
#include "PYLON-CAN.h"
|
|
#endif
|
|
|
|
#endif |