Skip to content

Commit a9acb63

Browse files
jeplertannewt
andauthored
Update adafruit_pcf8523.py
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
1 parent 560cb82 commit a9acb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pcf8523.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class PCF8523:
101101
battery_low = i2c_bit.ROBit(0x02, 2)
102102
"""True if the battery is low and should be replaced."""
103103

104-
cap_sel = i2c_bit.RWBit(0x00, 7)
104+
high_capacitance = i2c_bit.RWBit(0x00, 7)
105105
"""True for high oscillator capacitance (12.5pF), otherwise lower (7pF)"""
106106

107107
calibration_mode = i2c_bit.RWBit(0x0E, 7)

0 commit comments

Comments
 (0)