|
|
|
|
|
|
|
|
// This Teensy 3.x optimized version is a work-in-progress. |
|
|
// This Teensy 3.x optimized version is a work-in-progress. |
|
|
// Uncomment this line to use the Teensy version. Otherwise, |
|
|
// Uncomment this line to use the Teensy version. Otherwise, |
|
|
// the normal SD library is used. |
|
|
// the normal SD library is used. |
|
|
#define USE_TEENSY3_OPTIMIZED_CODE |
|
|
|
|
|
|
|
|
//#define USE_TEENSY3_OPTIMIZED_CODE |
|
|
|
|
|
|
|
|
/* Why reinvent the SD library wheel... |
|
|
/* Why reinvent the SD library wheel... |
|
|
* 1: Allow reading files from within interrupts |
|
|
* 1: Allow reading files from within interrupts |