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