#ifndef __DNI
#define __DNI

extern ADC_HandleTypeDef hadc1;

void DNI_show_celsius(void);
void DNI_show_fahrenheit(void);

#endif