greiman / SdFat-beta

Beta SdFat for test of new features
MIT License
167 stars 61 forks source link

sdfat lib in arduino install does not define SPI_FULL_SPEED #11

Closed geetee24 closed 8 years ago

geetee24 commented 8 years ago

is this true?

greiman commented 8 years ago

It is defined in SdInfo.h

// SPI divisor constants
/** Set SCK to max rate of F_CPU/2. */
uint8_t const SPI_FULL_SPEED = 2;