Battery-Emulator/Software/MODBUS-LUNA2000.h
2023-09-17 18:30:32 +03:00

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