diff --git a/at24cx/at24cx.go b/at24cx/at24cx.go index 0d94bb3..fa2ee72 100644 --- a/at24cx/at24cx.go +++ b/at24cx/at24cx.go @@ -11,7 +11,7 @@ import ( "tinygo.org/x/drivers" ) -// Device wraps an I2C connection to a DS3231 device. +// Device wraps an I2C connection to an AT24CX device. type Device struct { bus drivers.I2C Address uint16