Modifications

Sauter à la navigation Sauter à la recherche
251 octets ajoutés ,  2 juin 2021 à 10:04
Ligne 198 : Ligne 198 :  
* [http://blog.bschwind.com/2016/05/29/sending-infrared-commands-from-a-raspberry-pi-without-lirc/ Excellent article bien documenté sur la réception et décodage de signaux IR sur un GPIO].
 
* [http://blog.bschwind.com/2016/05/29/sending-infrared-commands-from-a-raspberry-pi-without-lirc/ Excellent article bien documenté sur la réception et décodage de signaux IR sur un GPIO].
   −
== Interface CAN (not supported) ==
+
== Interface CAN ==
 
{{ambox-stop|text=Le firmware officiel ESP32 ne contient pas de classe CAN. }}
 
{{ambox-stop|text=Le firmware officiel ESP32 ne contient pas de classe CAN. }}
   Ligne 215 : Ligne 215 :  
lan = network.LAN( id=None, clk_type=3, mdc=Pin(23), mdio=Pin(18), power=Pin(21), phy_addr=1, phy_type=network.PHY_LAN8720 )
 
lan = network.LAN( id=None, clk_type=3, mdc=Pin(23), mdio=Pin(18), power=Pin(21), phy_addr=1, phy_type=network.PHY_LAN8720 )
 
</nowiki>
 
</nowiki>
 +
 +
== GPIO ==
 +
Les GPIO disponibles sur la carte s'utilisent comme n'importe quel GPIO sous MicroPython.
 +
 +
'''Attention:''' Les fonctions de la carte (relais, CAN, IR, etc) sont également indiqué sur la documentation du GPIO
 +
 +
[[Fichier:MicroPython-esp32-evb-GPIO.jpg]]
    
== Où acheter ==
 
== Où acheter ==
29 917

modifications

Menu de navigation