Skip to content

Commit 36a12dd

Browse files
graugansconejoninja
authored andcommitted
at24cx: fixed the description of the device struct
It looks like there was an copy paste left over. This is corrected to be concise. Signed-off-by: Christian Ege <[email protected]>
1 parent 0099275 commit 36a12dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

at24cx/at24cx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"tinygo.org/x/drivers"
1212
)
1313

14-
// Device wraps an I2C connection to a DS3231 device.
14+
// Device wraps an I2C connection to an AT24CX device.
1515
type Device struct {
1616
bus drivers.I2C
1717
Address uint16

0 commit comments

Comments
 (0)