From 08580afbfc25f028a19981df5e9a2cda4ba1810e Mon Sep 17 00:00:00 2001 From: Daniel Esteban Date: Fri, 6 Oct 2023 08:45:23 +0200 Subject: [PATCH] Revert "at24cx: fixed the description of the device struct" This reverts commit 36a12dd7a2d3837f1900bdba62d5de450c7dd27f. --- at24cx/at24cx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at24cx/at24cx.go b/at24cx/at24cx.go index fa2ee72..0d94bb3 100644 --- a/at24cx/at24cx.go +++ b/at24cx/at24cx.go @@ -11,7 +11,7 @@ import ( "tinygo.org/x/drivers" ) -// Device wraps an I2C connection to an AT24CX device. +// Device wraps an I2C connection to a DS3231 device. type Device struct { bus drivers.I2C Address uint16