mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
7 lines
No EOL
153 B
C
7 lines
No EOL
153 B
C
#ifndef MODBUS_LUNA2000_H
|
|
#define MODBUS_LUNA2000_H
|
|
#include <Arduino.h>
|
|
|
|
#define MB_RTU_NUM_VALUES 30000
|
|
void update_modbus_registers_luna2000();
|
|
#endif |