lancaster-university / microbit-dal

http://lancaster-university.github.io/microbit-docs
Other
256 stars 130 forks source link

SPI protocol has no waveform #416

Open hnwangkg-ezio opened 5 years ago

hnwangkg-ezio commented 5 years ago

Using a logic analyzer to view, SPI has no symptoms, The C++ code is as follows: SPI spi (MOSI, MISO, SCK); Spi.write(0xff);