mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
очищение модуля
This commit is contained in:
@@ -61,11 +61,11 @@ class Smi_display {
|
||||
unsigned int TxEnablePin;
|
||||
unsigned char frame[BUFFER_SIZE];
|
||||
unsigned char buffer;
|
||||
unsigned int T1_5; //
|
||||
unsigned int frameDelay; //
|
||||
unsigned int T1_5;
|
||||
unsigned int frameDelay;
|
||||
unsigned int total_no_of_packets;
|
||||
Packet* packetArray; //
|
||||
Packet* packet; //
|
||||
/*unsigned*/ int* register_array; //
|
||||
Packet* packetArray;
|
||||
Packet* packet;
|
||||
/*unsigned*/ int* register_array;
|
||||
HardwareSerial* ModbusPort;
|
||||
};
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include "classes/IoTItem.h"
|
||||
|
||||
#include "Modbus_master_for_Smi2_m.h"
|
||||
#include "modules/sensors/UART/Uart.h"
|
||||
|
||||
// Общая сумма доступной памяти на ведущем устройстве, чтобы хранить данные
|
||||
#define TOTAL_NO_OF_REGISTERS 4
|
||||
|
||||
Reference in New Issue
Block a user