rdm6300 icon indicating copy to clipboard operation
rdm6300 copied to clipboard

Use HWSERIAL1 to detect HW serial mode

Open Jawell opened this issue 2 years ago • 1 comments
trafficstars

Hi! I have Nano Every and I want to use HW serial, but there is no directive for this. I thought to add ARDUINO_AVR_NANO_EVERY, but HW serial must be complied only for boards with Serial1 or more, as you mentioned in comment https://github.com/arduino12/rdm6300/blob/a8ddb5fb153177d049141c1307f9e542f49bbaa3/examples/hardware_uart/hardware_uart.ino#L5

So, I added HWSERIAL1 to check this and avoid describing board list. What do you think?

Jawell avatar Aug 19 '23 17:08 Jawell

@arduino12 ping :)

Jawell avatar Aug 29 '23 07:08 Jawell