/* * tmpgood.h * * Created: 03.01.2021 23:22:32 * Author: Lexus */ #ifndef TMPGOOD_H_ #define TMPGOOD_H_ #include void tmpgood_configure_port_pins(void); bool tmpgood_get_state(void); #endif /* TMPGOOD_H_ */