From ef46f5d1d3ebdbdf846b4124b72d2afe91d9f471 Mon Sep 17 00:00:00 2001 From: Onur Cayci Date: Sun, 25 Oct 2020 19:14:31 -0400 Subject: [PATCH] Update README.md --- adc-temp-sensor/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adc-temp-sensor/README.md b/adc-temp-sensor/README.md index ba4be7a..006c2a0 100644 --- a/adc-temp-sensor/README.md +++ b/adc-temp-sensor/README.md @@ -1,2 +1,3 @@ -# adc-temp-sensor +# ADC Temperature Sensor + Analog to Digital Conversion (ADC) Practice on STM32L475 discovery kit using the voltage sensor and the temperature sensor. This project is about calculating the room temperature using these sensors and their ADC outputs.