====== Arduino Libraries ====== ===== Libraries für Arduino 0.xx und 1.00 schreiben ===== Wenn Arduino Libraries in der IDE 1.00 oder höher aber auch mit IDE Versionen < 1.00 laufen soll, sollte Ihre Library die Arduino Header wie folgt inkludieren: #if ARDUINO < 100 #include #else #include #endif ===== Links ===== * [[http://www.arduino.cc/en/Hacking/Libraries|Arduino Libraries]] * [[http://arduino.cc/playground/Code/Library|How to write libraries for the Arduino]]