/* * File: fanseeeed.h * Author: inami * * Created on 13. mars 2024, 13:38 */ #ifndef FANSEEEED_H #define FANSEEEED_H #ifdef __cplusplus extern "C" { #endif #include #include #include #include #include #include #include #include #include int RTC_init(); int read_array_get_RPM(int voltage_value); inline void put_in_array(); #ifdef __cplusplus } #endif #endif /* FANSEEEED_H */