source: S-port/trunk/Core/Inc/temp.h@ 1

Last change on this file since 1 was 1, checked in by AlexLir, 3 years ago
File size: 260 bytes
Line 
1#ifndef __TEMP_H
2#define __TEMP_H
3
4#include "main.h"
5
6typedef struct sensor_temp{
7 _Bool presence;
8 _Bool sign;
9 uint8_t info;
10 uint8_t share;
11}sensor_temp_typeDef;
12
13void temp_sensor_init(void);
14void IRQ_Timer_1us(void);
15
16#endif /* __TEMP_H */
Note: See TracBrowser for help on using the repository browser.