We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e08dc commit f3bf1a0Copy full SHA for f3bf1a0
1 file changed
tests/scenarios/lis2mdl.yaml
@@ -82,6 +82,22 @@ tests:
82
expect_range: [-10.0, 60.0]
83
mode: [hardware]
84
85
+ - name: "Soft reset then WHO_AM_I"
86
+ action: hardware_script
87
+ script: |
88
+ dev.soft_reset()
89
+ result = dev.read_who_am_i()
90
+ expect: 0x40
91
+ mode: [hardware]
92
+
93
+ - name: "Reboot then WHO_AM_I"
94
95
96
+ dev.reboot()
97
98
99
100
101
- name: "Magnetic field values feel correct"
102
action: manual
103
display:
0 commit comments