Modifications

Sauter à la navigation Sauter à la recherche
38 octets ajoutés ,  30 octobre 2018 à 14:50
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{ENG-CANSAT-NAV}}
 
{{ENG-CANSAT-NAV}}
  −
{{traduction}}
      
== What are NeoPixels? ==
 
== What are NeoPixels? ==
Ligne 28 : Ligne 26 :  
We just need to know the pin to use ('''pin 8''') and install the Adafruit NeoPixel Library for ATSAMD21 microcontroller :-)
 
We just need to know the pin to use ('''pin 8''') and install the Adafruit NeoPixel Library for ATSAMD21 microcontroller :-)
   −
The NeoPixel should be viewed as the very first LED of a NeoPixel Strand having only one single LED. This is the reason why the {{fname|pixel.setPixelColor()}} always have its first parameter is set to 0! It means that we change the color of the LED #0 on the pixel strand.
+
The NeoPixel should be viewed as the very first LED of a NeoPixel Strand having only one single LED.
    
== Installing the library ==
 
== Installing the library ==
Ligne 43 : Ligne 41 :  
== Test script ==
 
== Test script ==
 
The following script demonstrate how to manipulate the onboard NeoPixel.
 
The following script demonstrate how to manipulate the onboard NeoPixel.
 +
 +
As there is only one pixel (one pixel on the strand), the function {{fname|pixel.setPixelColor()}} will always have the first parameter is set to 0!
 +
 +
This means that we change the color of the LED #0 on the ''pixel strand''.
    
<syntaxhighlight lang="c">
 
<syntaxhighlight lang="c">
29 879

modifications

Menu de navigation