From 9eb2f3f2d8066c95ecd512a4e9d15d810cc486ab Mon Sep 17 00:00:00 2001
From: abp1g20 <abp1g20@soton.ac.uk>
Date: Wed, 4 May 2022 14:17:22 +0000
Subject: [PATCH] Replace main.c

---
 main.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/main.c b/main.c
index 969052a..d04a9e7 100644
--- a/main.c
+++ b/main.c
@@ -18,13 +18,11 @@ into a voltage and then into temperature
 the temperature sensor might not be calibrated so temperatures might differ in different
 boards due to manufacturing inconsistencies
 as such, if you will be using this in a serious project that requires an accurate temperature value,
-I would recommend using an external sensor.
+I would recommend using an external sensor
 */
 
 int main() {
 
-    stdio_init_all();  // Initialise serial in/output
-
     //Configure ADC
     adc_init();
     adc_set_temp_sensor_enabled(true);  //Enable temperature sensor
-- 
GitLab