[][src]Type Definition teensyduino::serial::SERIAL

type SERIAL = USBSerial;

A serial USB connection to a host device. Based off of the Arduino Serial class. Do not create an instance of this, instad use the provided SERIAL static

See Also