This commit is contained in:
xyy
2026-03-24 21:05:32 +08:00
parent 9437c6010a
commit 01a07f8811
26 changed files with 7 additions and 2387 deletions

View File

@@ -73,6 +73,7 @@
Task<ushort[]> ReadHoldingRegistersAsync(ushort startAddress, ushort count);
Task WriteSingleRegisterAsync(ushort registerAddress, ushort value);
}