ruuvi.drivers.c ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
Loading...
Searching...
No Matches
ruuvi_interface_flash_test.h
Go to the documentation of this file.
1#ifndef RUUVI_INTERFACE_FLASH_TEST_H
2#define RUUVI_INTERFACE_FLASH_TEST_H
15#include "ruuvi_driver_test.h"
16#include <stdbool.h>
17
25
27#endif
bool ri_flash_run_integration_test(const rd_test_print_fp printfp)
Run all flash tests.
void(* rd_test_print_fp)(const char *const msg)
function pointer to print test information
Functions for testing drivers.