[Docs] Added I2C driver docs (#5770)

* Added I2C driver docs
docs: Changes on the images and added more details about the I2C slave

* docs: Added slaveWrite description and added docs build folder to the gitignore file
This commit is contained in:
Pedro Minatel
2021-11-04 12:32:05 +00:00
committed by GitHub
parent 3e851b537a
commit 666cd3cde5
5 changed files with 387 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Libraries
#########
Here is where the Libraries API's descriptions are located.
Here is where the Libraries API's descriptions are located:
Supported Peripherals
---------------------
@ -63,6 +63,7 @@ The Arduino ESP32 offers some unique APIs, described in this section:
Deep Sleep <api/deepsleep>
ESPNOW <api/espnow>
GPIO <api/gpio>
I2C <api/i2c>
RainMaker <api/rainmaker>
Reset Reason <api/reset_reason>
Wi-Fi <api/wifi>