|
ruuvi.drivers.c ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
#include "ruuvi_driver_error.h"#include "ruuvi_interface_communication_uart.h"#include "ruuvi_interface_communication.h"#include <stdbool.h>Go to the source code of this file.
Macros | |
| #define | TEST_TIMEOUT_MS (100U) |
| If TX/RX test not ready in this time, fail. | |
Functions | |
| bool | ri_communication_uart_run_integration_test (const rd_test_print_fp printfp, const ri_gpio_id_t input, const ri_gpio_id_t output) |
Test implementation of UART interface.
Definition in file ruuvi_interface_communication_uart_test.h.
| #define TEST_TIMEOUT_MS (100U) |
If TX/RX test not ready in this time, fail.
Definition at line 8 of file ruuvi_interface_communication_uart_test.h.