I knew your name was familiar! :rolleyes:
Did you try reversing the cable around so the side with the bend is attached to the breakout board instead of the teensy4. Wish I could be more help.
...
Type: Posts; User: stivo
I knew your name was familiar! :rolleyes:
Did you try reversing the cable around so the side with the bend is attached to the breakout board instead of the teensy4. Wish I could be more help.
...
Are you using the SD socket on the breakout board or the audio shield?
I could be wrong but my understanding is the ribbon cable connects to the SD socket on the breakout board. This SD socket is...
Ok. Don't include iostream.
I had it included in all my files but I commended out all function calls to it. That's not good enough. So far things are ok when I don't include iostream. My guess is...
Hi. I've just started experimenting with my new teensy 3.6. While trying to use some of my existing c++ code I found I could not compile anything using c++ libraries. Even the most simple program...