first commit
This commit is contained in:
15
main/include/uart_bridge.h
Normal file
15
main/include/uart_bridge.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
*/
|
||||
#ifndef UART_BRIDGE_H
|
||||
#define UART_BRIDGE_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void uart_bridge_init(void);
|
||||
void uart_bridge_write(const uint8_t *data, size_t len);
|
||||
|
||||
#endif // UART_BRIDGE_H
|
||||
Reference in New Issue
Block a user