=====Arduino Library Configuration===== Purpose: Help those who run into Arduino library errors when using code obtained from SCEL's GitHub =====Problem===== When compiling a .ino, you run into errors that concern undefined references to libraries (.h) and possibly functions from those libraries. =====Solution===== - With the .ino opened, open the Sketch Folder locations (use one of the following) * Sketch > Show Sketch Folder * Ctrl - K - Ideally this location will be in a directory titled "Arduino" (if not we strongly recommend moving your sketch folder into this location) - Locate the "libraries" folder in your sketch folder - Copy all folders in this folder - Locate the "libraries" folder located in the "Arduino" folder - Paste the folders you copied into this "libraries" folder =====Disclaimer===== 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.