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.

serialEventUSB2.cpp 141B

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