Skip to content

Commit

Permalink
Merge pull request #52 from ares-est/master
Browse files Browse the repository at this point in the history
modify examples/ads1x15_ads1115_simpletest.py and add a comment for specific address selection
  • Loading branch information
caternuson authored Feb 16, 2020
2 parents d57b5d4 + d39520c commit 0810df9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/ads1x15_ads1115_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

# Create the ADC object using the I2C bus
ads = ADS.ADS1115(i2c)
# you can specify an I2C adress instead of the default 0x48
#ads = ADS.ADS1115(i2c, address=0x49)

# Create single-ended input on channel 0
chan = AnalogIn(ads, ADS.P0)
Expand Down

0 comments on commit 0810df9

Please sign in to comment.