Commented the code

This commit is contained in:
Elp03 2024-04-09 15:58:17 +02:00
parent ee6e6a6d07
commit 7f3c1fa7c1

View File

@ -57,6 +57,7 @@ uint16_t internal_voltage_read() {
return adc_val*10;
}
/* Takes inn a messured value and converts it to voltage */
uint16_t convert_to_voltage(uint16_t adc_val){
uint16_t min_in= 0;
uint16_t min_out= 0;