Translations:MoodBox/72/fr : Différence entre versions

(Importation d’une nouvelle version depuis une source externe.)
 
(Importation d’une nouvelle version depuis une source externe.)
Ligne 10 : Ligne 10 :
 
** https://github.com/adafruit/AccelStepper
 
** https://github.com/adafruit/AccelStepper
 
* Capteur BME280 : "SPI.h", "Adafruit_Sensor.h" et "Adafruit_BME280.h"
 
* Capteur BME280 : "SPI.h", "Adafruit_Sensor.h" et "Adafruit_BME280.h"
** <nowiki>https://learn.adafruit.com/adafruit-bme280-humidity-barometric-pressure-temperature-sensor-breakout?view=all</nowiki>
+
** <nowiki>https://learn.adafruit.com/adafruit-bme280-humidity-barometric-pressure-temperature-sensor-breakout</nowiki>

Version du 2 juillet 2018 à 19:56

Informations concernant le message (contribuer)
Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.
Définition du message (MoodBox)
==== Bibliothèques ====
Le programme s'articule autour de bibliothèques spécifiques aux composants utilisés, en voici la liste :
* LCD : "rgb_lcd.h"
** https://github.com/Seeed-Studio/Grove_LCD_RGB_Backlight
* Ledring : "FastLED.h"
** https://github.com/FastLED/FastLED
* MP3 : "SoftwareSerial.h" et "MP3Player_KT403A.h"
** https://github.com/Seeed-Studio/Grove_Serial_MP3_Player_V2.0/archive/master.zip
* Moteur : "AccelStepper.h"
** https://github.com/adafruit/AccelStepper
* Capteur BME280 : "SPI.h", "Adafruit_Sensor.h" et "Adafruit_BME280.h
** https://github.com/adafruit/Adafruit_BME280_Library
** https://github.com/adafruit/Adafruit_Sensor
Traduction==== Bibliothèques ====
Le programme s'articule autour de bibliothèques spécifique aux composants utilisés, en voici la liste :
* LCD : "rgb_lcd.h"
** https://github.com/Seeed-Studio/Grove_LCD_RGB_Backlight
* Ledring : "FastLED.h"
** https://github.com/FastLED/FastLED
* MP3 : "SoftwareSerial.h" et "MP3Player_KT403A.h"
** https://github.com/Seeed-Studio/Grove_Serial_MP3_Player_V2.0/archive/master.zip
* Moteur : "AccelStepper.h"
** https://github.com/adafruit/AccelStepper
* Capteur BME280 : "SPI.h", "Adafruit_Sensor.h" et "Adafruit_BME280.h"
** <nowiki>https://learn.adafruit.com/adafruit-bme280-humidity-barometric-pressure-temperature-sensor-breakout</nowiki>

Bibliothèques

Le programme s'articule autour de bibliothèques spécifique aux composants utilisés, en voici la liste :