Teensy 4.1 core updated for C++20
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- // This header file is in the public domain.
-
- #ifndef Arduino_h
- #define Arduino_h
-
- #include "./WProgram.h"
- #include "./pins_arduino.h"
-
- #endif
|