mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
12 lines
No EOL
143 B
C
12 lines
No EOL
143 B
C
#ifndef INVERTERS_H
|
|
#define INVERTERS_H
|
|
|
|
#ifdef SOLAX_CAN
|
|
#include "SOLAX-CAN.h"
|
|
#endif
|
|
|
|
#ifdef CAN_BYD
|
|
#include "BYD-CAN.h"
|
|
#endif
|
|
|
|
#endif |