Articles Posted in the " " Category

  • Wire Library

    Wire Library

    This library allows you to communicate with I2C / TWI devices via the SDA (data line) and SCL (clock line) pins. Functions - begin() - requestFrom() - beginTransmission() - endTransmission() - write() - available() - read() - onReceive() - onRequest() Note There are both 7- and 8-bit versions of I2C addresses. 7 bits identify the […]




  • WiFi library

    WiFi library

    With the Arduino WiFi Shield, this library allows an 86Duino board to connect to the internet via Wireless LAN. It can serve as either a server accepting incoming connections or a client making outgoing ones. The library supports WEP and WPA2 Personal encryption, but not WPA2 Enterprise. Also note, if the SSID is not broadcast, […]


  • TFT LCD library

    TFT LCD library

    This library enables an 86Duino board to communicate with the Arduino TFT LCD screen. It simplifies the process for drawing shapes, lines, images, and text to the screen. The TFT library extends the Adafruit GFX, and Adafruit ST7735 libraries that it is based on. The GFX library is responsible for the drawing routines, while the […]


  • Stepper Library

    Stepper Library

    This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it. For more on that, see Tom Igoe’s notes on steppers. Circuits See the circuits from the Arduino reference: - Unipolar Steppers - Bipolar Steppers Functions - Stepper(steps, pin1, […]





  • SPI library

    SPI library

    申し訳ありません、このコンテンツはただ今 简体中文、 繁體中文と English のみです。