Modifications

Sauter à la navigation Sauter à la recherche
2 533 octets ajoutés ,  7 octobre 2013 à 10:08
Ligne 70 : Ligne 70 :  
== Librairies en contribution ==
 
== Librairies en contribution ==
   −
a compléter
+
Si vous désirez utiliser une des librairies suivantes, vous devez d'abord l'installer.
 +
 
 +
=== Communication (réseau et protocoles) ===
 +
 
 +
    Messenger - for processing text-based messages from the computer
 +
    NewSoftSerial - an improved version of the SoftwareSerial library
 +
    OneWire - control devices (from Dallas Semiconductor) that use the One Wire protocol.
 +
    PS2Keyboard - read characters from a PS2 keyboard.
 +
    Simple Message System - send messages between Arduino and the computer
 +
    SSerial2Mobile - send text messages or emails using a cell phone (via AT commands over software serial)
 +
    Webduino - extensible web server library (for use with the Arduino Ethernet Shield)
 +
    X10 - Sending X10 signals over AC power lines
 +
    XBee - for communicating with XBees in API mode
 +
    SerialControl - Remote control other Arduinos over a serial connection
 +
 
 +
=== Senseur ===
 +
 
 +
    Capacitive Sensing - turn two or more pins into capacitive sensors
 +
    Debounce - for reading noisy digital inputs (e.g. from buttons)
 +
 
 +
=== Afficheurs et LEDs ===
 +
 
 +
    GFX - base class with standard graphics routines (by Adafruit Industries)
 +
    GLCD - graphics routines for LCD based on the KS0108 or equivalent chipset.
 +
    Improved LCD library fixes LCD initialization bugs in official Arduino LCD library
 +
    LedControl - for controlling LED matrices or seven-segment displays with a MAX7221 or MAX7219.
 +
    LedControl - an alternative to the Matrix library for driving multiple LEDs with Maxim chips.
 +
    LedDisplay - control of a HCMS-29xx scrolling LED display.
 +
    Matrix - Basic LED Matrix display manipulation library
 +
    PCD8544 - for the LCD controller on Nokia 55100-like displays (by Adafruit Industries)
 +
    Sprite - Basic image sprite manipulation library for use in animations with an LED matrix
 +
    ST7735 - for the LCD controller on a 1.8", 128x160 TFT screen (by Adafruit Industries)
 +
 
 +
=== Audio et onde sonore ===
 +
 
 +
    FFT - frequency analysis of audio or other analog signals
 +
    Tone - generate audio frequency square waves in the background on any microcontroller pin
 +
 
 +
=== Moteurs et PWM ===
 +
 
 +
    TLC5940 - 16 channel 12 bit PWM controller.
 +
 
 +
=== Gestion du temps ===
 +
 
 +
    DateTime - a library for keeping track of the current date and time in software.
 +
    Metro - help you time actions at regular intervals
 +
    MsTimer2 - uses the timer 2 interrupt to trigger an action every N milliseconds.
 +
 
 +
=== Utilitaire ===
 +
 
 +
    PString - a lightweight class for printing to buffers
 +
    Streaming - a method to simplify print statements
    
{{Arduino Librairies-TRAILER}}
 
{{Arduino Librairies-TRAILER}}
29 917

modifications

Menu de navigation