10 lines
290 B
C
10 lines
290 B
C
#pragma once
|
|
|
|
#include "esp_err.h"
|
|
|
|
/* Configure all MAX3243 logic-side signals in their safe static-test state. */
|
|
esp_err_t rs232_hw_test_init(void);
|
|
|
|
/* Register the Phase 0 hardware-characterization commands with esp_console. */
|
|
esp_err_t rs232_hw_test_register_console_commands(void);
|