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.

8 lines
239B

  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