Modifications

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

modifications

Menu de navigation