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

A FAT filesystem with SPI driver for SD card on Raspberry Pi Pico
Apache License 2.0
286 stars 50 forks source link

Using this as a PlatformIO library #3

Open ghost opened 3 years ago

ghost commented 3 years ago

I'm sorry if this is not the correct place to ask but I can't find a proper resource on how to "convert" this library to a plarformio one.

carlk3 commented 3 years ago

Interesting idea. I haven't used PlatformIO yet, but I'll look into it.

Shiba-Kar commented 2 years ago

I'm sorry if this is not the correct place to ask but I can't find a proper resource on how to "convert" this library to a plarformio one.

Have you imported this library into Platform IO. if so can you guide me.

Shiba-Kar commented 2 years ago

Interesting idea. I haven't used PlatformIO yet, but I'll look into it.

This can help you

https://docs.platformio.org/en/latest/librarymanager/creating.html#:~:text=PlatformIO%20has%20a%20built%2Din,json%2C%20library.

carlk3 commented 2 years ago

Unfortunately, I don't have time to look into it now. I've never even used PlatformIO, so I think it would take me a while. However, this is an open project. If someone want to take it on, anyone is welcome to submit a pull request.

carlk3 commented 1 year ago

I have never used Arduino or PlatformIO before, so it was a bit of a struggle, but I have taken a stab at it:

https://registry.platformio.org/libraries/carlk3/no-OS-FatFS-SD-SPI-RPi-Pico

Pull Request #48