LibDriver BMP280
Loading...
Searching...
No Matches
driver_bmp280_read_test.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_BMP280_READ_TEST_H
38#define DRIVER_BMP280_READ_TEST_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
61uint8_t bmp280_read_test(bmp280_interface_t interface, bmp280_address_t addr_pin, uint32_t times);
62
66
67#ifdef __cplusplus
68}
69#endif
70
71#endif
driver bmp280 interface header file
bmp280_interface_t
bmp280 interface enumeration definition
bmp280_address_t
bmp280 address enumeration definition
uint8_t bmp280_read_test(bmp280_interface_t interface, bmp280_address_t addr_pin, uint32_t times)
read test