File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 99#include "AvrModbus.h"
1010#include "crc16.h"
1111/*********************************************************************************/
12- #if (AVR_MODBUS_REVISION_DATE != 20220422 )
12+ #if (AVR_MODBUS_REVISION_DATE != 20230125 )
1313#error wrong include file. (AvrModbus.h)
1414#endif
1515/*********************************************************************************/
Original file line number Diff line number Diff line change 99/*********************************************************************************/
1010#include "AvrUart.h"
1111/*********************************************************************************/
12- #define AVR_MODBUS_REVISION_DATE 20220422
12+ #define AVR_MODBUS_REVISION_DATE 20230125
1313/*********************************************************************************/
1414/** REVISION HISTORY **/
1515/*
16+ 2023. 01. 25. - 주석 추가.
17+ Jeong Hyun Gu
18+
1619 2022. 04. 22. - AvrModbusMasterFindSlaveById() 특정 조건에서 Slave를 반환하지 못 하는 문제 수정.
1720 Jeong Hyun Gu - AvrModbusSlaveProc()는 이제 다음 펑션을 지원. AVR_MODBUS_ReadInputRegister, AVR_MODBUS_ReadCoilStatus,
1821 AVR_MODBUS_ForceSingleCoil, AVR_MODBUS_ReadInputStatus
You can’t perform that action at this time.
0 commit comments