Skip to content

Commit f550889

Browse files
update param definition
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 1045b8b commit f550889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ads7830/ads7830.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def __init__(
7979
8080
:param int address: I2C address (default 0x48)
8181
:param bool differential_mode: Select differential vs. single mode
82-
:param bool int_ref_power_down: Power down mode for internal reference (defaults to False)
83-
:param bool adc_power_down: Power down mode for ADC (defaults to False)
82+
:param bool int_ref_power_down: Power down internal reference after sampling
83+
:param bool adc_power_down: Power down ADC after sampling
8484
"""
8585
self.i2c_device = I2CDevice(i2c, address)
8686
self.power_down = 0

0 commit comments

Comments
 (0)