LibDriver BMP280
Loading...
Searching...
No Matches
bmp280 test driver function

bmp280 test driver modules More...

Collaboration diagram for bmp280 test driver function:

Functions

uint8_t bmp280_read_test (bmp280_interface_t interface, bmp280_address_t addr_pin, uint32_t times)
 read test
uint8_t bmp280_register_test (bmp280_interface_t interface, bmp280_address_t addr_pin)
 register test

Detailed Description

bmp280 test driver modules

Function Documentation

◆ bmp280_read_test()

uint8_t bmp280_read_test ( bmp280_interface_t interface,
bmp280_address_t addr_pin,
uint32_t times )

read test

Parameters
[in]interfacechip interface
[in]addr_pinchip address pin
[in]timestest times
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 51 of file driver_bmp280_read_test.c.

Here is the call graph for this function:

◆ bmp280_register_test()

uint8_t bmp280_register_test ( bmp280_interface_t interface,
bmp280_address_t addr_pin )

register test

Parameters
[in]interfacechip interface
[in]addr_pinchip address pin
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 50 of file driver_bmp280_register_test.c.

Here is the call graph for this function: