I have been doing a project with tinyduino, but for some reason, I can't get the sd card and led screen work together.
The SD reads fine separately, and the LED matrix always works, and when the SD card is read before the LED matrix it works, but after starting the led matrix (or starting it from the beginning), I can no longer access my sd card.
I am using the Charlieplexing library found on the tinycircuits website (and really the only library I've found online for the arduino). I am also using the PetitFS sd card library (the original had the same problem). It appears to be the Charlieplexing library that is the issue.
Cam someone please help me figure out the disconnect and help me fix this?
The library and code I'm using are attached (PetitFS:library, LolShield:library, TiltBoy:code). It breaks down after the setup. I get the ps_read error.
code.zip (257 KB)