some fixes concerning comm with adc
This commit is contained in:
@ -43,6 +43,7 @@ struct {
|
||||
|
||||
|
||||
void setup() {
|
||||
delay(100);
|
||||
led.begin(LED_PIN);
|
||||
ads1210_1.begin(ADC_1_CS_PIN, ADC_1_RDY_PIN);
|
||||
ads1210_2.begin(ADC_2_CS_PIN, ADC_2_RDY_PIN);
|
||||
|
Reference in New Issue
Block a user