Define conversion functions for TD, T and RH

This commit is contained in:
2024-09-19 15:11:32 +02:00
parent 7e97ea3da3
commit d18b6072ba
3 changed files with 52 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#ifndef MAD_CORE_COMMON_H
#define MAD_CORE_COMMON_H
#include "common/math.h"
#include "common/types.h"
#include "common/watchdog.h"