carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico

[Question]: C++ Class for SDdriver

Opened this issue · 1 comments

@carlk3 ,

Thanks for you Pico SD driver.
I would like to create a c++ class from this repo tobe able:

  • easily instanciate a object
  • easily see the member methods by tyoing obj.
  • and use the benefit of OOprogramming

Would you please give small support whhich files ans sources are needed?

Best Frank