Modifications

Sauter à la navigation Sauter à la recherche
636 octets ajoutés ,  20 février 2022 à 22:34
Ligne 121 : Ligne 121 :  
[[fichier:ENG-CANSAT-PICO-PINOUT-31.png]]
 
[[fichier:ENG-CANSAT-PICO-PINOUT-31.png]]
   −
xxx
+
Digital Pins can be used as:
 +
* '''Input''' - allowing the python script to read the state of the Pin. The pin '''is driven by external component''' or sensor setting.
 +
** the read state returns HIGH when the pin is set to 3.3V.
 +
** the read state returns LOW when the pin is tied to the GND (0 Volt).
 +
* '''Output''' - allowing the python script to write the state of the Pin. The pin can produce (or absorb) some current '''to drive an external component''' or sensor.
 +
** WHEN set to HIGH by Python code THEN the microcontroler drives the pin to 3.3V.
 +
** WHEN set to LOW by Python code THEN the microcontroler drives the pin to GND (0 Volt).
    
=== Analog Pins ===
 
=== Analog Pins ===
29 917

modifications

Menu de navigation