Skip to content
Snippets Groups Projects
Commit 157cae2f authored by Daniel Joseph Antrim's avatar Daniel Joseph Antrim
Browse files

change default channel from 3 to 0

parent b2b42afd
No related branches found
No related tags found
6 merge requests!308Bring main and devel back in sync,!300playing with fixing divergence between devel and main,!287Updates for Julabo Chiller,!285Julabo Chiller Added with Fixed Pipeline Compatibility,!269Merge devel into main: largest change is code formatting checker and enforcement in CI,!225Add support for 4-channel 12-bit ADC ADS1015
Pipeline #2575401 failed
......@@ -39,8 +39,8 @@ void ADS1015::init(FullScaleRange range, std::shared_ptr<I2CCom> com) {
}
int32_t ADS1015::readCount() {
// set channel to default channel (channel 3 for testing purposes now)
return readCount(3);
// set channel to default channel
return readCount(0);
}
int32_t ADS1015::readCount(uint8_t channel) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment