|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
− | The official arduino library link: http://www.arduino.cc/en/Reference/Libraries
| + | #redirect [[category: Arduino]] |
− | | + | |
− | {| class="wikitable sortable"
| + | |
− | |-
| + | |
− | ! Library !! Category !! Note
| + | |
− | |-
| + | |
− | | [https://github.com/shirriff/Arduino-IRremote IRremote] || Communication || -
| + | |
− | |-
| + | |
− | | [http://arduiniana.org/libraries/newsoftserial/ New Soft Serial] || Communication || included since from 1.0 IDE
| + | |
− | |-
| + | |
− | | [[:File:CC1101.zip|CC1101]] || Radio || -
| + | |
− | |-
| + | |
− | | [[http://www.arduino.cc/playground/InterfacingWithHardware/Nrf24L01 Mirf]] || Radio || -
| + | |
− | |}
| + | |
− | | + | |
− | ==Display==
| + | |
− | * UTFT - The display library, supports TFT01 and many other types.
| + | |
− | * Available at: [http://henningkarlsen.com/electronics/library.php?id=52 UTFT]
| + | |
− | | + | |
− | | + | |
− | | + | |
− | ==Data==
| + | |
− | * [http://code.google.com/p/arduino-filelogger/ Arduino File Logger]
| + | |
− | * [http://henningkarlsen.com/electronics/a_l_tinyfat.php TinyFat]: Simple implementation Arduino control SD / TF Card Reader - This library only supports FAT16 small-capacity cards, such as 1G card, if you need to support FAT32, can be heard using the official Arduino library.
| + | |
− | * Another library - [[:File:SDuFAT.zip|SDuFAT]]
| + | |
− | | + | |
− | ==Motor Drive ==
| + | |
− | * Stepper - AccelStepper library, stepper library
| + | |
− | | + | |
− | == Interface ==
| + | |
− | IIC
| + | |
− | * [http://playground.arduino.cc/Main/SoftwareI2CLibrary Software IIC]
| + | |
− | * [http://playground.arduino.cc/Main/I2cScanner IIC scanner]
| + | |
− | [[category: Arduino]] | + | |