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