diff options
Diffstat (limited to 'docs/source/libraries.rst')
-rw-r--r-- | docs/source/libraries.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/libraries.rst b/docs/source/libraries.rst index 4c87539..567aec8 100644 --- a/docs/source/libraries.rst +++ b/docs/source/libraries.rst @@ -57,8 +57,8 @@ the hardware i2c peripheral on the stm32 as well as the DMA for performance. Support for slave, smBUS, and multimaster modes are also slated for inclusion in the enhanced Wire port. -Function Reference -^^^^^^^^^^^^^^^^^^ +Wire Function Reference +^^^^^^^^^^^^^^^^^^^^^^^ ``Wire.begin()`` Joins the i2c bus as master, using pin 20 as SDA and pin 21 as SCL |