Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.rst
Co-authored-by: James Carr <[email protected]>
  • Loading branch information
jposada202020 and lesamouraipourpre authored May 25, 2021
commit 40f67673bca5f52404ef8f49078e3575d20460d6
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Usage Example

import time
import board
from adafruit_dps310.dps310 import DPS310
from adafruit_dps310.basic import DPS310

i2c = board.I2C() # uses board.SCL and board.SDA

Expand Down