sparkfun / Arduino_Boards

Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.
263 stars 125 forks source link

SparkFun RedBoard Turbo: map Serial to SerialUSB #96

Closed sandeepmistry closed 2 years ago

sandeepmistry commented 2 years ago

As per the discussions in #93, add a define to map Serial to SerialUSB.

This matches the behaviour of official Arduino boards with native USB, including:

edspark commented 2 years ago

Got it, thank you!