Add pin_t to Marln 1.1 branch

This commit is contained in:
Scott Lahteine
2018-02-08 20:42:12 -06:00
parent 36ba754842
commit 9dd8a49f82
8 changed files with 67 additions and 63 deletions

View File

@@ -140,7 +140,7 @@ class Sd2Card {
* \return true for success or false for failure.
*/
bool init(uint8_t sckRateID = SPI_FULL_SPEED,
uint8_t chipSelectPin = SD_CHIP_SELECT_PIN);
pin_t chipSelectPin = SD_CHIP_SELECT_PIN);
bool readBlock(uint32_t block, uint8_t* dst);
/**