weatherbox:firmware:arduino_library_support

Purpose: Help those who run into Arduino library errors when using code obtained from SCEL's GitHub

When compiling a .ino, you run into errors that concern undefined references to libraries (.h) and possibly functions from those libraries.

  1. With the .ino opened, open the Sketch Folder locations (use one of the following)
    • Sketch > Show Sketch Folder
    • Ctrl - K
  2. Ideally this location will be in a directory titled “Arduino” (if not we strongly recommend moving your sketch folder into this location)
  3. Locate the “libraries” folder in your sketch folder
  4. Copy all folders in this folder
  5. Locate the “libraries” folder located in the “Arduino” folder
  6. Paste the folders you copied into this “libraries” folder

If you do not use the “Arduino” folder created when installing Arduino IDE as a parent folder for your sketches, you may run into other errors that we, the Firmware team, have not encounter and thus do not have a current resolution. We strongly suggest doing so.

Authors

Contributing authors:

rwalser

Created by rwalser on 2015/10/16 09:58.

  • weatherbox/firmware/arduino_library_support.txt
  • Last modified: 2021/09/19 21:59
  • (external edit)