ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ruuvi_interface_communication_uart_test.h File Reference

Go to the source code of this file.

Macros

#define TEST_TIMEOUT_MS   (100U)
 If TX/RX test not ready in this time, fail. More...
 

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)
 

Detailed Description

Author
Otso Jousimaa otso@.nosp@m.ojou.nosp@m.sima..nosp@m.net
Date
2020-06-03

Test implementation of UART interface.

Definition in file ruuvi_interface_communication_uart_test.h.

Macro Definition Documentation

◆ TEST_TIMEOUT_MS

#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.