Re: DS3231 RTC module not detected
Andriy Gapon <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On 18/02/2022 16:22, Archimedes Gaviola wrote: > The result is it is detected as MAX77620 RTC on 0xd0 address but when I run an > i2c scan, the address detected is 68. Does this should match? 0xd0 and 0x68 are different representations of the same I2C address. If you write it out in binary (base of two), you will see. -- Andriy Gapon