diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-09-18 21:50:55 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-09-18 21:50:55 +0300 |
commit | a69344d91a7cb2a0121b48daf94503bbe8b390a5 (patch) | |
tree | 0babd7c46362d19bce25fa92bc146441b553afae /doc/sound_sensor_node.md | |
parent | 52544fdacd0d7dc24424c2aacaebe1c5df5577d8 (diff) |
sound_sensor_node: add threshold configuration option
Diffstat (limited to 'doc/sound_sensor_node.md')
-rw-r--r-- | doc/sound_sensor_node.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sound_sensor_node.md b/doc/sound_sensor_node.md new file mode 100644 index 0000000..0ec24e6 --- /dev/null +++ b/doc/sound_sensor_node.md @@ -0,0 +1,10 @@ +## Configuration + +`/etc/sound_sensor_node.toml`: +```toml +[node] +name = "diana" +pin = "PC0" +server_addr = "192.168.1.2:8311" +threshold = 10 +```
\ No newline at end of file |