Class to be able to send SPI data with almost no overhead, useful at very high speeds.
Dependents:
MakerBotServer
epaper_mbed_130411_KL25Z
epaper_mbed_test
epaper_mbed_test_copy1
... more
2 comments:
There was no problem if the platform of Platformio.ini was nxplpc@4.2.0, and it occurred in nxplpc@4.3.0. _spi seems to be unusable in mbed OS 5.12.3.
_spi is part of the mbed core library. (Unless they changed something). If the error does not occur with the online compiler you either use a different version of mbed, or something is different in the build process. Since I am not familiar with PlatformIO I cannot help you with that.
If the issue is that a new mbed version broke something, then the problem is that I don't actively support these libaries anymore :). I am retired from mbed ;)
There was no problem if the platform of Platformio.ini was nxplpc@4.2.0, and it occurred in nxplpc@4.3.0. _spi seems to be unusable in mbed OS 5.12.3.