View Source NervesTime.RTC.NXP.PCA8565 (nerves_time_rtc_nxp v0.2.1)

datasheet: https://www.nxp.com/docs/en/data-sheet/PCA8565.pdf

Summary

Types

@type address() :: pos_integer()
@type state() :: %{
  i2c: Circuits.I2C.Bus.t(),
  bus_name: String.t(),
  address: address()
}