Closed xgpt closed 1 year ago
oh yes. It is in the sample main.py and not used at all, so indeed probably a leftover from a micropython example. The reason I did not notice it was that I developed this using Blinka, and Blinka uses the system python installation which does have a subprocess module.
So just remove it from main.py and try again. If it works, could you please report back? I will update the repo then.
I believe it did but it was a while ago since I played with it I'm sorry!
removing subprocess worked.
circuitpython yells at me when trying to import subprocess. how does one import subprocess? It appears to be a micropython thing.