1 #include "HardwareSerial.h" 2 3 HardwareSerial2 Serial2; 4 5 void serialEvent2() __attribute__((weak)); 6 void serialEvent2() {}