ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ruuvi_interface_timer_test.h
Go to the documentation of this file.
1 #ifndef RUUVI_INTERFACE_TIMER_TEST_H
2 #define RUUVI_INTERFACE_TIMER_TEST_H
17 #include "ruuvi_driver_error.h"
18 #include "ruuvi_driver_test.h"
19 #include <stdbool.h>
20 #include <stddef.h>
21 
31 
33 #endif
void(* rd_test_print_fp)(const char *const msg)
function pointer to print test information
bool ri_timer_integration_test_run(const rd_test_print_fp printfp)
Run all timer integration tests.
Header to enable and disable module compilation.
Ruuvi error codes and error check function.
Functions for testing drivers.