Articles Posted by the Author:

  • 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 のみです。


  • Servo library

    Servo library

    This library allows an 86Duino board to control RC (hobby) servo motors. Servos have integrated gears and a shaft that can be precisely controlled. Standard servos allow the shaft to be positioned at various angles, usually between 0 and 180 degrees. Continuous rotation servos allow the rotation of the shaft to be set to various […]


  • SD Library

    SD Library

    The SD library allows for reading from and writing to SD cards in the MicroSD/SD slot of 86Duino. The library supports FAT16 and FAT32 file systems on standard SD cards and SDHC cards. The file names passed to the SD library functions can include paths separated by forward-slashes, /, e.g. “directory/filename.txt“. Because the working directory […]


  • LiquidCrystal Library

    LiquidCrystal Library

    This library allows an 86Duino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4- or 8-bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control […]