From 597248706d78d3eabcb9339ce860f5c225a95357 Mon Sep 17 00:00:00 2001 From: Electronica y Ciencia Date: Sun, 28 Jul 2024 19:55:21 +0200 Subject: [PATCH] Test for device selection and catalog --- docs/source/history.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/history.rst b/docs/source/history.rst index a1039a2..8fbf8f0 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -12,6 +12,7 @@ Misc: EasyMCP2221 keeps an internal catalog of devices initialized in the same program. It tries to detect when double initialization happens and return the same object to prevent conflicts. * Improved device selection flow. + * Test for device selection and catalog. I2C: * Added serial number to :class:`EasyMCP2221.SMBus` initialization parameters.