Fix i2c docs formatting (#3425)
This commit is contained in:
parent
8e5109d46e
commit
af689a606a
|
@ -9,6 +9,7 @@ ESP8266 chip does not have hardware I²C, so module uses software I²C driver.
|
||||||
It can be set up on any GPIO pins including GPIO16 (see below).
|
It can be set up on any GPIO pins including GPIO16 (see below).
|
||||||
|
|
||||||
This module supports:
|
This module supports:
|
||||||
|
|
||||||
- Master mode
|
- Master mode
|
||||||
- Multiple buses (up to 10) with different speeds on each bus
|
- Multiple buses (up to 10) with different speeds on each bus
|
||||||
- Standard(Slow, 100kHz), Fast(400kHz) and FastPlus(1MHz) modes or an arbitrary clock speed
|
- Standard(Slow, 100kHz), Fast(400kHz) and FastPlus(1MHz) modes or an arbitrary clock speed
|
||||||
|
|
Loading…
Reference in New Issue