Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.13 KB

arduino_installation.md

File metadata and controls

27 lines (19 loc) · 1.13 KB

Arduino Installation

These instructions explain how to use this library with the Arduino IDE.

  1. Download the zip of the master branch.
  2. Install teensy4_i2c as a "custom library" using the standard Arduino instructions

Once you've installed the library you can pick one of the examples from the bottom of the "File | Examples" drop menu.

pick_example

The "wire | find_slaves" example should work without changes.

Using Another Branch

See Getting Code out of GitHub if you want to install a different branch. (You wouldn't normally do this unless you're trying out a bug fix or pre-release version.)

Troubleshooting

Arduino should add the library to your "Sketchbook location" directory. It will include the entire contents of the teensy4_i2c project.

In my case this directory is C:\Users\Richard\Documents\Arduino\libraries.

installation