ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
Power

Files

file  ruuvi_interface_power_test.h
 

Functions

bool ri_power_run_integration_test (const rd_test_print_fp printfp, const ri_power_regulators_t regulators)
 Run all Power integration tests. More...
 

Detailed Description

Function Documentation

◆ ri_power_run_integration_test()

bool ri_power_run_integration_test ( const rd_test_print_fp  printfp,
const ri_power_regulators_t  regulators 
)

Run all Power integration tests.

Parameters
[in]printfpFunction pointer to which test result strings are sent.
[in]regulatorsRegulators to test. Will be uninitialized afterwards.
Returns
false if there are no errors, true otherwise.