Modifications

Sauter à la navigation Sauter à la recherche
1 943 octets ajoutés ,  24 février 2014 à 14:11
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{NeoPixel-UserGuide-NAV}}
 
{{NeoPixel-UserGuide-NAV}}
 +
 +
== Bibliothèque Arduino ==
 +
{{bloc-étroit|text=Controlling NeoPixels “from scratch” is quite a challenge, so we provide a library letting you focus on the fun and interesting bits. The library works with most mainstream Arduino boards and derivatives: Uno, Mega, Leonardo, Micro, Adafruit Flora, etc. — most anything with an Atmel AVR 8-bit processor from 8 to 16 MHz — and also works with the Arduino Due and all varieties of the PJRC Teensy boards.
 +
 +
Because processor-specific assembly language is used, this library does '''not''' work on Netduino, ChipKIT or other advanced “Arduino-like” boards. Others may have written code and libraries for such boards, but we can’t provide technical support for any bugs or trouble there; that’s frontier stuff. Some of this is covered in the “Advanced Coding” section.}}
 +
 +
Installation of the library is as follows:
 +
 +
* Visit the [https://github.com/adafruit/Adafruit_NeoPixel Adafruit_NeoPixel library] page at Github.com.
 +
* Select the “Download ZIP” button, or simply [https://github.com/adafruit/Adafruit_NeoPixel/archive/master.zip click this link] to download directly.
 +
* Uncompress the ZIP file after it’s finished downloading.
 +
* The resulting folder should contain the files “Adafruit_NeoPixel.cpp”, “Adafruit_NeoPixel.h” and an “examples” sub-folder. Sometimes in Windows you’ll get an intermediate-level folder and need to move things around.
 +
* Rename the folder (containing the .cpp and .h files) to “Adafruit_NeoPixel” (with the underscore and everything), and place it alongside your other Arduino libraries, typically in your (home folder)/Documents/Arduino/Libraries folder. Libraries should not be installed alongside the Arduino application itself.
 +
* Re-start the Arduino IDE if it’s currently running.
 +
 +
[[Installation_d'un librairie Arduino|Here’s a tutorial]] that walks through the process of correctly installing Arduino libraries.
    
{{NeoPixel-UserGuide-TRAILER}}
 
{{NeoPixel-UserGuide-TRAILER}}
29 917

modifications

Menu de navigation