Modifications

Sauter à la navigation Sauter à la recherche
100 octets ajoutés ,  4 janvier 2017 à 11:47
Ligne 9 : Ligne 9 :     
== Brancher en I2C ==
 
== Brancher en I2C ==
Use this wiring if you want to connect via I2C interface
+
Utilisez ce raccordement si vous désirez utiliser le bus I2C
   −
* Connect '''Vin''' to the power supply, 3-5V is fine. Use the same voltage that the microcontroller logic is based off of. For most Arduinos, that is 5V
+
* Connecter '''Vin''' to the power supply, 3-5V is fine. Use the same voltage that the microcontroller logic is based off of. For most Arduinos, that is 5V
* Connect '''GND''' to common power/data ground
+
* Connecter '''GND''' to common power/data ground
* Connect the '''SCL''' pin to the I2C clock SCL pin on your Arduino. On an UNO & '328 based Arduino, this is also known as '''A5''', on a Mega it is also known as digital 21 and on a Leonardo/Micro, digital 3
+
* Connecter la broche '''SCL''' sur la broche SCL du bus I2C de votre Arduino. Cette broche est également connue comme '''A5''' sur un UNO et Arduino compatible à base de '328. Sur un Arduino Mega, il s'agit de la broche digitale 21, sur un Arduino Leonardo/Micro, il s'agit de la broche digitale 3
 
* Connect the '''SDA''' pin to the I2C data SDA pin on your Arduino. On an UNO & '328 based Arduino, this is also known as '''A4''', on a Mega it is also known as digital 20 and on a Leonardo/Micro, digital 2
 
* Connect the '''SDA''' pin to the I2C data SDA pin on your Arduino. On an UNO & '328 based Arduino, this is also known as '''A4''', on a Mega it is also known as digital 20 and on a Leonardo/Micro, digital 2
  
29 917

modifications

Menu de navigation