summaryrefslogtreecommitdiff
path: root/docs/porting.rst
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-06-23 08:45:15 -0500
committerJeff Epler <jepler@unpythonic.net>2020-06-25 11:44:19 -0500
commit1d2cc0b968fb75e19a752ebe4ec846921297db0f (patch)
treee2203ac24afb963fed047946dcad85ef6a971001 /docs/porting.rst
parent9737dd9c308df0d7356ee5ff727e34a93a88e302 (diff)
I2CPeripheral: Rename class and its module
This is an incompatible change.
Diffstat (limited to 'docs/porting.rst')
-rw-r--r--docs/porting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting.rst b/docs/porting.rst
index d28f56f47..db4ae7626 100644
--- a/docs/porting.rst
+++ b/docs/porting.rst
@@ -64,7 +64,7 @@ as a natural "TODO" list. An example minimal build list is shown below:
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0
CIRCUITPY_FREQUENCYIO = 0
- CIRCUITPY_I2CSLAVE = 0
+ CIRCUITPY_I2CPERIPHERAL = 0
CIRCUITPY_DISPLAYIO = 0 # Requires SPI, PulseIO (stub ok)
# These modules are implemented in shared-module/ - they can be included in