Closed
Description
Present in V1 and V2, it essentially writes to the SPI out the value of the second argument, for as long as it is reading data.
V1: https://github.com/bbcmicrobit/micropython/blob/v1.1.1/source/microbit/microbitspi.cpp#L111-L117
V2:
micropython-microbit-v2/src/codal_port/microbit_spi.c
Lines 109 to 114 in 15b467c