8 years, 8 months ago.

Create SPI class which inherits mbed SPI class

Hello,

I was thinking about creating a new SPI library class which inherits from the mbed Spi base class. Does anybody know of a good reference?

Thanks

Question relating to:

1 Answer

8 years, 8 months ago.

There are a whole bunch of user libraries on mbed which inherit from mbed libraries. For SPI you can look at this as example: https://developer.mbed.org/users/Sissors/code/BurstSPI/

Accepted Answer