From 1acbbe1cd2a56e30efde665afbb86bd56db65be2 Mon Sep 17 00:00:00 2001 From: James Devine Date: Fri, 17 Jul 2015 08:14:55 -0700 Subject: [PATCH] --- Fast ADC CH6 CH7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }