1
0
Files
setr2-monorepo/P3_SETR2/Core/Inc/temperature.h
2025-10-27 17:07:20 +01:00

16 lines
218 B
C

/*
* temperature.h
*
* Created on: Oct 27, 2025
* Author: jomaa
*/
#ifndef INC_TEMPERATURE_H_
#define INC_TEMPERATURE_H_
#include "globals.h"
void Temperature_Test(void);
#endif /* INC_TEMPERATURE_H_ */