mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
16 lines
No EOL
193 B
C
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 |