ruuvi.drivers.c ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
Loading...
Searching...
No Matches
ruuvi_interface_power_test.h
Go to the documentation of this file.
1#ifndef RUUVI_INTERFACE_POWER_TEST_H
2#define RUUVI_INTERFACE_POWER_TEST_H
3#include "ruuvi_driver_test.h"
5#include <stdbool.h>
28 const ri_power_regulators_t regulators);
30#endif
bool ri_power_run_integration_test(const rd_test_print_fp printfp, const ri_power_regulators_t regulators)
Run all Power integration tests.
void(* rd_test_print_fp)(const char *const msg)
function pointer to print test information
Functions for testing drivers.
Enable implementation selected by application.