попытка перенести адреса всех найденных устройств в modbus_data

почему-то вылетает на Dallas_SensorInit
This commit is contained in:
2025-03-05 12:23:39 +03:00
parent 458d2d77c9
commit 54c8a663e4
4 changed files with 6 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ typedef struct //MB_DataInRegsTypeDef
{
uint16_t SensTemperature[DS18B20_DEVICE_AMOUNT];
MB_SensorParamsTypeDef Response;
uint16_t AllROMs[DS18B20_DEVICE_AMOUNT][4];
}MB_DataInRegsTypeDef;