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.

Arduino.h 139B

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