1 parent 87981fc commit ccb00b7Copy full SHA for ccb00b7
1 file changed
docs/esp8266/quickref.rst
@@ -199,9 +199,6 @@ The I2C driver is implemented in software and works on all pins::
199
buf = bytearray(10) # create a buffer with 10 bytes
200
i2c.writeto(0x3a, buf) # write the given buffer to the slave
201
202
- i2c.readfrom(0x3a, 4, stop=False) # don't send a stop bit after reading
203
- i2c.writeto(0x3a, buf, stop=False) # don't send a stop bit after writing
204
-
205
Deep-sleep mode
206
---------------
207
0 commit comments