PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

serialEvent5.cpp 239B

4 år sedan
12345678
  1. #include <Arduino.h>
  2. #include "HardwareSerial.h"
  3. #ifdef HAS_KINETISK_UART4
  4. void serialEvent5() __attribute__((weak));
  5. void serialEvent5() {} // No use calling this so disable if called...
  6. uint8_t _serialEvent5_default PROGMEM = 1;
  7. #endif