We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad38cf commit d87d8e1Copy full SHA for d87d8e1
README.rst
@@ -59,8 +59,8 @@ Usage Example
59
.. code-block:: python
60
61
from time import sleep
62
- import adafruit_ds3502
63
import board
+ import adafruit_ds3502
64
from analogio import AnalogIn
65
66
i2c = board.I2C()
examples/ds3502_simpletest.py
@@ -1,6 +1,6 @@
1
2
-import adafruit_ds3502
3
+import adafruit_ds3502
4
5
6
0 commit comments