Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f974c7 commit 268cd87Copy full SHA for 268cd87
Adafruit_GPIO/FT232H.py
@@ -505,7 +505,7 @@ def read(self, length):
505
# Read response bytes.
506
return bytearray(self._ft232h._poll_read(length))
507
508
- def readblock(self, data = [], lengthR = 'None', readmode = 1):
+ def bulkread(self, data = [], lengthR = 'None', readmode = 1):
509
"""Half-duplex SPI write then read. Send command and payload to slave as bytearray
510
then consequently read out response from the slave for length in bytes.
511
Designed for use with NOR or NAND flash chips, and possibly SD cards...etc...
0 commit comments