We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfbf8c commit 31e6648Copy full SHA for 31e6648
adafruit_pcf8523.py
@@ -104,7 +104,7 @@ class PCF8523:
104
high_capacitance = i2c_bit.RWBit(0x00, 7)
105
"""True for high oscillator capacitance (12.5pF), otherwise lower (7pF)"""
106
107
- calibration_schedule_every_minute = i2c_bit.RWBit(0x0E, 7)
+ calibration_schedule_per_minute = i2c_bit.RWBit(0x0E, 7)
108
"""False to apply the calibration offset every 2 hours (1 LSB = 4.340ppm);
109
True to offset every minute (1 LSB = 4.069ppm). The default, False,
110
consumes less power. See datasheet figures 28-31 for details."""
0 commit comments