Teensyduino 1.20 Release Candidate #3 Available

Status
Not open for further replies.
Not really. I considered a couple really ugly kludges, but decided against them. In Arduino's 1.5.X branch, SD always requires SPI, so you might as well just put #include <SPI.h> into your sketch now.

I guess I've got no choice. Thanks for your comment Paul.
 
The days of libraries accessing the SPI port without using the SPI library are thankfully coming to a close.

Long-term, we really need libraries to use the hardware independent APIs and the new SPI transaction functions.
 
boards.txt needs a std=c99 added, so that c99 code compiles.
Simply adding this to build properties works, but spits out warnings, because the setting is used for g++ too.
 
Status
Not open for further replies.
Back
Top