From 4311ddbe1ae28f9e79326e9fd3aedd803ff5baeb Mon Sep 17 00:00:00 2001 From: Electronica y Ciencia Date: Wed, 26 Jun 2024 23:55:55 +0200 Subject: [PATCH] Updated docs --- README.rst | 4 +++- docs/source/history.rst | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b2a0255..93ff130 100644 --- a/README.rst +++ b/README.rst @@ -65,13 +65,15 @@ Documentation Read the Install Guide, Examples and full API Reference here: https://easymcp2221.readthedocs.io/ +Illustrative blog post with examples, pictures and schematics (spanish): `Electrónica y Ciencia - El integrado MCP2221(A) `_ + Author ---------------------------------------------------- Reinoso Guzman (https://www.electronicayciencia.com). -Initially based on PyMCP2221A library by Yuta KItagami (https://github.com/nonNoise/PyMCP2221A). +Initially based on PyMCP2221A library by Yuta Kitagami (https://github.com/nonNoise/PyMCP2221A). License diff --git a/docs/source/history.rst b/docs/source/history.rst index beb4c82..eafc4a3 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -15,6 +15,7 @@ Misc: * Added I2C scan code in :func:`I2C_read` documentation. * Removed open timeout unless in reset operation. * Fixed: Preserve non-default initialization parameters on reset. + * Removed the 5 seconds delay at initialization when no devices found (except when :func:`reset` is called). V1.7