Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
periph_conf_common_esp32s3.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2022 Gunar Schorcht
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
24
#ifndef PERIPH_CONF_COMMON_ESP32S3_H
25
#define PERIPH_CONF_COMMON_ESP32S3_H
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
35
#ifndef UART0_TXD
36
#define UART0_TXD (GPIO43)
37
#endif
38
39
#ifndef UART0_RXD
40
#define UART0_RXD (GPIO44)
41
#endif
44
#ifdef __cplusplus
45
}
/* end extern "C" */
46
#endif
47
48
#endif
/* PERIPH_CONF_COMMON_ESP32S3_H */
Generated on Sat Nov 16 2024 04:50:48 by
1.9.8