additional function updateSettings() to replace the call to begin().

removes unwanted glitches before getting SCK active caused by setting parameters after begin().
This commit is contained in:
stevstrong 2015-10-26 12:58:22 +01:00
parent f87b4adda8
commit 3ef9112870
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ private:
SPISettings _settings[BOARD_NR_SPI];
SPISettings *_currentSetting;
void updateSettings(void);
/*
spi_dev *spi_d;
uint8_t _SSPin;