Modifications

Sauter à la navigation Sauter à la recherche
116 octets ajoutés ,  20 septembre 2018 à 21:26
Ligne 209 : Ligne 209 :  
* '''#12''' - GPIO #12
 
* '''#12''' - GPIO #12
 
* '''#13''' - GPIO #13, also connected to the '''red LED''' near if the microUSB située près du connecteur micro USB.
 
* '''#13''' - GPIO #13, also connected to the '''red LED''' near if the microUSB située près du connecteur micro USB.
* '''A0''' - '''Analog input A0''' and also a real '''Analog output''' since the DAC is wired on this pin (DAC = Digital to Analog Converter). The output voltage can be set with a value from  de sortie à une valeur située entre 0 et 3.3V. Au contraire d'une sortie PWM, cette broche est {{underline|une vraie sortie analogique}}.
+
* '''A0''' - '''Analog input A0''' and also a real '''Analog output''' since the DAC is wired on this pin (DAC = Digital to Analog Converter). The output voltage can be set with a value between 0 and 3.3V. Unlike the PWM output, this pin is {{underline|a real analog output}}. So you can experiment with signal generator.
* '''A1 à A5''' - Chacune de ces broches est une entrée analogique, également une broche d'entrée/sortie.
+
* '''A1 to A5''' - each pin is an Analog input and also a Digital Input/Output.
* '''SCK/MOSI/MISO''' - Ce sont les broches du bus SPI matériel, également utilisable comme broche d'entrée/sortie. Nous recommandons de préserver ces broches car le bus SPI matériel permet d'atteindre des débit très importants (particulièrement intéressant pour les écrans TFT).
+
* '''SCK/MOSI/MISO''' - those are the pins for the hardware SPI bus. The pin can also been used to as Digital Input/Output.
 +
 
 +
{{underline|'''About buses:'''}}
 +
* The SPI bus can reach really high speed so it is a good idea to preserve it, mostly useful with TFT display requiring high throughput to display the content.
 +
* The I2C bus can be shared among several devices (usually sensors). So it is also a good idea to preserve the SDA & SCL pins.
    
=== Mémoire Flash SPI et NeoPixel ===
 
=== Mémoire Flash SPI et NeoPixel ===
29 837

modifications

Menu de navigation