Contains information about the auto-tests of the component.
More...
Contains information about the auto-tests of the component.
◆ print_buffer()
void esphome::weikai::print_buffer |
( |
std::vector< uint8_t > |
buffer | ) |
|
Hex converter to print/display a buffer in hexadecimal format (32 hex values / line).
- Parameters
-
buffer | contains the values to display |
Definition at line 538 of file weikai.cpp.
◆ test_gpio_input_()
void esphome::weikai::WeikaiComponent::test_gpio_input_ |
( |
| ) |
|
|
protected |
◆ test_gpio_output_()
void esphome::weikai::WeikaiComponent::test_gpio_output_ |
( |
| ) |
|
|
protected |
◆ uart_receive_test_()
bool esphome::weikai::WeikaiChannel::uart_receive_test_ |
( |
char * |
message | ) |
|
|
protected |
Test the read_array() method.
test read_array method
- Parameters
-
- Returns
- true if success
Definition at line 568 of file weikai.cpp.
◆ uart_send_test_()
void esphome::weikai::WeikaiChannel::uart_send_test_ |
( |
char * |
message | ) |
|
|
protected |