Windows

[Windows][grids]

Arduino

[Arduino][bleft]

Tech News

[Tech News][bsummary]

Design

[Design][bleft]

Examples from Libraries (Part 2)




Liquid Crystal Library : 
Allows communication with alphanumerical liquid crystal displays (LCDs), more informations at the Reference for the LiquidCrystal Library page. For all Arduino boards.

  • Autoscroll: Shift text right and left.
  • Blink: Control of the block-style cursor.
  • Cursor: Control of the underscore-style cursor.
  • Display: Quickly blank the display without losing what's on it.
  • Hello World: Displays "hello world!" and the seconds since reset.
  • Scroll: Scroll text left and right.
  • Serial Display: Accepts serial input, displays it.
  • Set Cursor: Set the cursor position.
  • Text Direction: Control which way text flows from the cursor.
SD Library : 
Enables reading and writing on SD cards, more informations at the Reference for the SD Library page. For all Arduino boards.

  • Card Info: Get info about your SD card.
  • Datalogger: Log data from three analog sensors to an SD card.
  • Dump File: Read a file from the SD card.
  • Files: Create and destroy an SD card file.
  • List Files: Print out the files in a directory on a SD card.
  • Read Write: Read and write data to and from an SD card.
Servo Library :  
Allows Arduino boards to control a variety of servo motors, more informations at the Reference for the Servo Library page. For all Arduino boards.

  • Knob: Control the position of a servo with a potentiometer.
  • Sweep: Sweep the shaft of a servo motor back and forth.
Software Serial Library :  
Enables serial communication on digital pins, more informations at the Reference for the Software Serial Library page. For all Arduino boards, BUT Arduino DUE.

SPI Library :
Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus, more informations at the Reference for the SPI Library page. For all Arduino boards, BUT Arduino DUE.




Stepper Library :
Allows Arduino boards to control a variety of stepper motors, more informations at the Reference for the Stepper Library page. For all Arduino boards.

Wire Library : 
Allows the communication between devices or sensors connected via Two Wire Interface Bus, more information at the Reference for the Wire Library page. For all Arduino boards, BUT Arduino DUE.

WiFi Shield 101 Library :
Enables network connection (local and Internet) using HTTP or HTTPS protocol using the Arduino WiFi Shield 101, more information at the Reference for the WiFi shield 101 Library page. Learn how to install this library on the Getting started page. Only for Wifi Shield 101.



No comments: