I'm trying to use SPI to control some DotStar light strips and SPI does not seem to be working correctly. I'm running the example straight from the library in the Bela IDE. I get a good clock signal but the MOSI data line looks like a weak bad connection. Here's a scope picture.
I get the same result with two different Bela Minis's so I don't think this is a bad or damaged Bela. I tried adding a pinMode for that pin which is also a Bela Digital line #10. But setting it to Output completely eliminated the signal. Setting it to Input gives the same result as shown. (I think it's the default). Any ideas?