Ai
1 Star 0 Fork 0

NightBreeze/modbus-esp8266

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
client.uml 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander Emelianov 提交于 2021-08-03 13:10 +08:00 . Documentation update
@startuml
!pragma useVerticalIf on
start
partition readHreg() {
if (no request is alreaty running) then (yes)
:readHreg;
endif
}
while (request is active)
partition task() {
if (responce arrived) then (yes)
#palegreen:Execute Transactional Callback;
:fill result data;
endif
if (responce timeout) then (yes)
#palegreen:Execute Transactional Callback;
endif
}
endwhile (no request)
stop
@enduml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/d__xin/modbus-esp8266.git
git@gitee.com:d__xin/modbus-esp8266.git
d__xin
modbus-esp8266
modbus-esp8266
master

搜索帮助