Skip to content

Getting started

Giuseppe Masino edited this page Jul 18, 2017 · 1 revision

Installation

via the Arduino Library Manager

  1. Open the Arduino IDE
  2. Go to Sketch > Include Library > Manage Libraries
  3. Search L293
  4. Click on "L293 by Giuseppe Masino (qub1750ul)"
  5. Select the latest version and then click on install
  6. When the download is complete restart the IDE

How to open the library manager

How to download from the library manager

via the Arduino Command Line

  1. Open a terminal
  2. Give the Command
arduino --install-library L293

via GitHub ( manual installation )

  1. Download the library from GitHub
  2. Extract the zip file in the arduino library folder
  3. If already open, restart the IDE

How to download from github

Where to find help?

First be sure to read the FAQs in this repository ( if present ) and/or the generic FAQs.

Use the GitHub issue tracker for techincal troubles about the implementation and to report bugs, for other requests there is THIS PAGE.

Clone this wiki locally