Update README.md

This commit is contained in:
Felix Weiß
2022-06-20 17:19:41 +02:00
committed by GitHub
parent d34639b1db
commit 4993ae6bf2

View File

@@ -183,5 +183,5 @@ Sets the register waiting for the PLC to confirm it was set
```C#
//inverts the boolean register
interf.SetRegisterAsync(nameof(registers.TestBool1), !registers.TestBool1);
await interf.SetRegisterAsync(nameof(registers.TestBool1), !registers.TestBool1);
```