mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 02:28:41 +00:00
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 <ch@ege.io>
This commit is contained in:
committed by
Daniel Esteban
parent
00992756eb
commit
36a12dd7a2
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user