Added modbus lib and test

This commit is contained in:
2025-06-12 17:04:34 +02:00
parent 8d5139c621
commit 57f7060c0e
11 changed files with 353 additions and 10 deletions

12
software/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"nrf-connect.applications": [
"${workspaceFolder}\\modbus_test"
],
"files.associations": {
"log.h": "c",
"modbus.h": "c",
"array": "c",
"string": "c",
"string_view": "c"
}
}