API Reference
adafruit_s35710
CircuitPython driver for the S-35710 low-power wake up timer
Author(s): Liz Clark
Implementation Notes
Hardware:
Software and Dependencies:
Adafruit CircuitPython firmware for the supported boards: https://circuitpython.org/downloads
Adafruit’s Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
- class adafruit_s35710.Adafruit_S35710(i2c: Type[I2C], address: int = _DEFAULT_I2C_ADDR)
A driver for the S-35710 Low-Power Wake Up Timer
Initialize the S-35710 Wake-Up Timer IC over I2C.
- Parameters:
i2c (Type[I2C]) – The I2C bus object.
address – The I2C address of the S-35710, defaults to 0x32.
- property alarm
Wake-up alarm time register value.
- property clock
Current time register value.