diff --git a/Fast ADC CH6 CH7 b/Fast ADC CH6 CH7 index 7192cf1..dcafaae 100644 --- a/Fast ADC CH6 CH7 +++ b/Fast ADC CH6 CH7 @@ -3,7 +3,7 @@ unsigned long stop_time; unsigned long values[2000]; void setup() { - Serial.begin(9600); + Serial.begin(115200); REG_ADC_MR = 0x10380180; // change from 10380200 to 10380180, 1 is the PREESCALER and 8 means FREERUN ADC -> ADC_CHER = 0x03; // enable ADC on pin A0 }