PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

serialEvent8.cpp 207B

hace 3 años
123456
  1. #include <Arduino.h>
  2. #include "HardwareSerial.h"
  3. void serialEvent8() __attribute__((weak));
  4. void serialEvent8() {} // No use calling this so disable if called...
  5. uint8_t _serialEvent8_default PROGMEM = 1;