Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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