We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1a0ff commit 7b881bbCopy full SHA for 7b881bb
cores/arduino/Uart.cpp
@@ -36,6 +36,7 @@ void Uart::begin(unsigned long baudrate)
36
37
void Uart::begin(unsigned long baudrate, uint8_t config)
38
{
39
+ pinMode(uc_pinRX,INPUT_PULLUP);//Rx pin set INPUT_PULLUP mode
40
pinPeripheral(uc_pinRX, PIO_SERCOM);
41
pinPeripheral(uc_pinTX, PIO_SERCOM);
42
0 commit comments