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 e6c6c95 commit fd9e2a0Copy full SHA for fd9e2a0
README.rst
@@ -45,7 +45,7 @@ Next, initialize the I2C bus object:
45
.. code-block:: python
46
47
from board import *
48
- i2c_bus = busio.I2C(board.SCL, board.SDA, frequency=100000)
+ i2c_bus = busio.I2C(SCL, SDA, frequency=100000)
49
50
Since we have the I2C bus object, we can now use it to instantiate the SGP30 object:
51
@@ -116,4 +116,4 @@ Now, once you have the virtual environment activated:
116
117
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
118
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
119
-locally verify it will pass.
+locally verify it will pass.
0 commit comments