24 lines
251 B
C
24 lines
251 B
C
/*
|
|
* File: themistor-temp.h
|
|
* Author: athamantis
|
|
*
|
|
* Created on 08 March 2024, 11:46
|
|
*/
|
|
|
|
#ifndef THEMISTOR_TEMP_H
|
|
#define THEMISTOR_TEMP_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* THEMISTOR_TEMP_H */
|
|
|