Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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