From f0e059aebf091b4c0048737cceebe7477d4b5703 Mon Sep 17 00:00:00 2001 From: dherrada Date: Thu, 9 Jul 2020 12:31:26 -0400 Subject: [PATCH] Might fix sphinx build error --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7f94b9c..4fcff1d 100644 --- a/README.rst +++ b/README.rst @@ -88,7 +88,7 @@ SCL and SDA pins, you can: from board import * You can also use pins defined by the onboard `microcontroller` through the -`microcontroller.pin` module. +`microcontroller.Pin` module. Now, to initialize the I2C bus: