We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6888c52 commit 5339e5cCopy full SHA for 5339e5c
cores/arduino/UARTClass.cpp
@@ -112,6 +112,9 @@ void UARTClass::end( void )
112
opened = false;
113
// Clear any received data
114
_rx_buffer->_iHead = _rx_buffer->_iTail;
115
+
116
+ SET_PIN_MODE(17, GPIO_MUX_MODE); // Rdx SOC PIN (Arduino header pin 0)
117
+ SET_PIN_MODE(16, GPIO_MUX_MODE); // Txd SOC PIN (Arduino header pin 1)
118
}
119
120
void UARTClass::setInterruptPriority(uint32_t priority)
0 commit comments