Teensy 4.1 core updated for C++20
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.

10 lines
149B

  1. // This header file is in the public domain.
  2. #ifndef Arduino_h
  3. #define Arduino_h
  4. #include "core/WProgram.h"
  5. #include "core/pins_arduino.h"
  6. #endif