working on second adc
This commit is contained in:
@@ -89,10 +89,6 @@ void ADS1256::InitializeADC()
|
||||
digitalWrite(m_SYNC_pin, HIGH); // RESET is set to high
|
||||
}
|
||||
|
||||
#ifndef ADS1256_SPI_ALREADY_STARTED // Guard macro to allow external initialization of the SPI
|
||||
_spi->begin();
|
||||
#endif
|
||||
|
||||
// Applying arbitrary default values to speed up the starting procedure if the user just want to get quick readouts
|
||||
// We both pass values to the variables and then send those values to the corresponding registers
|
||||
delay(200);
|
||||
|
||||
Reference in New Issue
Block a user