Problem with Micropython and SoftSPI

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
jm677
Posts: 1
Joined: Wed Jun 09, 2021 12:53 pm

Problem with Micropython and SoftSPI

Post by jm677 » Wed Jun 09, 2021 1:00 pm

Hi,
i have a Problem with my Lolin32. i want to connect it to an SDCard Reader. I downloaded the SD Card Library ( https://raw.githubusercontent.com/micro ... /sdcard.py ) and it requires SoftSPI from the Micropython Library, wich i have installed. But Pycharm complaines that there is no class called SoftSPI and i coudln't find it in machine.pyi either.
Is there something i'm missing?
Thank you.

Best regards

Post Reply