ak-kr-project/Core/Inc/DNI.h

10 lines
129 B
C
Raw Normal View History

2025-03-09 14:35:40 +02:00
#ifndef __DNI
#define __DNI
extern ADC_HandleTypeDef hadc1;
int DNI_show_celsius(void);
int DNI_show_fahrenheit(void);
2025-03-09 14:35:40 +02:00
#endif