ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ruuvi_interface_scheduler_test.h
Go to the documentation of this file.
1 #ifndef RUUVI_INTERFACE_SCHEDULER_TEST_H
2 #define RUUVI_INTERFACE_SCHEDULER_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
bool ri_scheduler_run_integration_test(const rd_test_print_fp printfp)
Run all scheduler integration tests.
void(* rd_test_print_fp)(const char *const msg)
function pointer to print test information
Header to enable and disable module compilation.
Ruuvi error codes and error check function.
Functions for testing drivers.