File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class VEML7700:
98
98
99
99
This example prints the ambient light data. Cover the sensor to see the values change.
100
100
101
- ..code-block:: python
101
+ .. code-block:: python
102
102
103
103
import time
104
104
import board
@@ -119,7 +119,7 @@ class VEML7700:
119
119
120
120
This example prints the white light data. Cover the sensor to see the values change.
121
121
122
- ..code-block:: python
122
+ .. code-block:: python
123
123
124
124
import time
125
125
import board
@@ -145,7 +145,7 @@ class VEML7700:
145
145
146
146
This example sets the ambient light gain to 2 and prints the ambient light sensor data.
147
147
148
- ..code-block:: python
148
+ .. code-block:: python
149
149
150
150
import time
151
151
import board
@@ -169,7 +169,7 @@ class VEML7700:
169
169
This example sets the ambient light integration time to 400ms and prints the ambient light
170
170
sensor data.
171
171
172
- ..code-block:: python
172
+ .. code-block:: python
173
173
174
174
import time
175
175
import board
@@ -231,7 +231,7 @@ def lux(self):
231
231
232
232
This example prints the light data in lux. 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