File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ class VCNL4040: # pylint: disable=too-few-public-methods
111
111
This example prints the proximity data. Move your hand towards the sensor to see the values
112
112
change.
113
113
114
- ..code-block:: python
114
+ .. code-block:: python
115
115
116
116
import time
117
117
import board
@@ -169,7 +169,7 @@ class VCNL4040: # pylint: disable=too-few-public-methods
169
169
170
170
This example prints the ambient light data. Cover the sensor to see the values change.
171
171
172
- ..code-block:: python
172
+ .. code-block:: python
173
173
174
174
import time
175
175
import board
@@ -194,7 +194,7 @@ class VCNL4040: # pylint: disable=too-few-public-methods
194
194
This example sets the ambient light integration time to 640ms and prints the ambient light
195
195
sensor data.
196
196
197
- ..code-block:: python
197
+ .. code-block:: python
198
198
199
199
import time
200
200
import board
@@ -231,7 +231,7 @@ class VCNL4040: # pylint: disable=too-few-public-methods
231
231
232
232
This example prints the white light data. Cover the sensor to see the values change.
233
233
234
- ..code-block:: python
234
+ .. code-block:: python
235
235
236
236
import time
237
237
import board
You can’t perform that action at this time.
0 commit comments