We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb4755 commit 39b0ff3Copy full SHA for 39b0ff3
2 files changed
lib/ism330dl/ism330dl/device.py
@@ -85,7 +85,7 @@ def check_device(self):
85
raise ISM330DLNotFound("ISM330DL not detected")
86
87
# --------------------------------------------------
88
- # Reset
+ # Soft reset
89
90
91
def soft_reset(self):
tests/scenarios/ism330dl.yaml
@@ -283,9 +283,9 @@ tests:
283
expect_true: true
284
mode: [mock]
285
286
- # ----- Reset -----
+ # ----- Soft reset -----
287
288
- - name: "Reset sets BDU and IF_INC in CTRL3_C"
+ - name: "Soft reset sets BDU and IF_INC in CTRL3_C"
289
action: script
290
script: |
291
i2c.clear_write_log()
0 commit comments