Skip to content

Commit ccb00b7

Browse files
committed
docs/esp8266/quickstart: remove i2c examples with stop=False
Since the ``stop`` parameter has been dropped.
1 parent 87981fc commit ccb00b7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/esp8266/quickref.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ The I2C driver is implemented in software and works on all pins::
199199
buf = bytearray(10) # create a buffer with 10 bytes
200200
i2c.writeto(0x3a, buf) # write the given buffer to the slave
201201

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-
205202
Deep-sleep mode
206203
---------------
207204

0 commit comments

Comments
 (0)