adafruit / Adafruit_TinyUSB_ArduinoCore

TinyUSB Core for Arduino
MIT License
20 stars 22 forks source link

Add print:: write for CDC to make it compatible with Arduino USB stack. #10

Closed LynnL4 closed 4 years ago

LynnL4 commented 4 years ago

There are many libraries used Serial.write (uint8_t *); using Print::write can maintains consistency with Arduino's USB stack, so no other changes are required.