Skip to content

Arduino IDE Setup Guide

Ciaran Farley edited this page Mar 17, 2018 · 1 revision

this is a guide on how to setup your arduino IDE so you can use it with these parts

  1. download the Arduino IDE for your os

  2. Follow this guide to add support for adafruit boards in your ide

  3. follow this guide to add suport for arduino SAMD and adafruit SAMD boards on your arduino ide

  4. Add mpl3115a2 library to arduino ide

    • on the menu bar for arduino go to "Sketch" then "Include Library"
    • click on "manage libraries" a popup should appear
    • in the search bar type "mpl3115a2", you should see "Adafruit MLP3115A2 Library by Adafruit Version 1.1.0"
    • click on the box with the title above and click the install button that shows up

Clone this wiki locally