Skip to content

Commit

Permalink
Fix ADS1x15.ADS1115(0, i2c_address) throws error /dev/i2c-1 not found c…
Browse files Browse the repository at this point in the history
  • Loading branch information
ddequidt authored Jun 3, 2023
1 parent d2f6e7f commit cf47439
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ADS1x15/ADS1x15.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ class ADS1x15:
COMP_QUE_4_CONV = 2
COMP_QUE_NONE = 3

# I2C object from smbus library
i2c = SMBus(1)

# I2C address
_address = I2C_address

Expand Down

0 comments on commit cf47439

Please sign in to comment.