File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ def range(self, val: int) -> None:
181
181
@property
182
182
def events (self ) -> Dict [str , bool ]:
183
183
"""
184
- :attr:`events` will return a dictionary with a key for each
184
+ :attr: `events` will return a dictionary with a key for each
185
185
event type that has been enabled.
186
186
The possible keys are:
187
187
@@ -194,8 +194,8 @@ def events(self) -> Dict[str, bool]:
194
194
| ``motion`` | True if the sensor has seen acceleration above the threshold |
195
195
| | set with `enable_motion_detection`. |
196
196
+------------+----------------------------------------------------------------------------+
197
- |``data_ready``| True if the sensor has data to be read. Can be used for more precise |
198
- | | timing if reading many samples |
197
+ | ``data_ready`` | True if the sensor has data to be read. Can be used for more precise |
198
+ | | timing if reading many samples |
199
199
+------------+----------------------------------------------------------------------------+
200
200
201
201
You can’t perform that action at this time.
0 commit comments