aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C/tmp75.h
blob: ab4b5fa9b6d0aaf668f514ba06650e47d3dc0d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef TMP75_H_
#define TMP75_H_



/* buffers depth */
#define TMP75_RX_DEPTH 2
#define TMP75_TX_DEPTH 2

void init_tmp75(void);
void request_temperature(void);

#endif /* TMP75_H_ */