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.