Added modbus lib and test
This commit is contained in:
12
software/.vscode/settings.json
vendored
Normal file
12
software/.vscode/settings.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user