added tire data header

This commit is contained in:
2024-03-04 04:15:24 +01:00
parent 054b9bfb8b
commit ad0988d6ef
2 changed files with 19 additions and 4 deletions

15
Core/Inc/tire_data.h Normal file
View File

@ -0,0 +1,15 @@
/**
* @file tire_data.h
* @brief Tire data for calibration of HTPA sensor
* @author Tim-Erik Düntzsch t.duentzsch@fasttube.de
*
* @date 27.03.2023 - first implementation (untested)
*/
#ifndef INC_TIRE_DATA_H_
#define INC_TIRE_DATA_H_
uint8_t epsilon = 94; // emissivity of 0.94 (tire rubber)
#endif /* INC_TIRE_DATA_H_ */