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 0099275 commit 36a12ddCopy full SHA for 36a12dd
at24cx/at24cx.go
@@ -11,7 +11,7 @@ import (
11
"tinygo.org/x/drivers"
12
)
13
14
-// Device wraps an I2C connection to a DS3231 device.
+// Device wraps an I2C connection to an AT24CX device.
15
type Device struct {
16
bus drivers.I2C
17
Address uint16
0 commit comments