You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

serialEventUSB1.cpp 141B

12345
  1. #include <Arduino.h>
  2. void serialEventUSB1() __attribute__((weak));
  3. void serialEventUSB1() {}
  4. uint8_t _serialEventUSB1_default PROGMEM = 1;