Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

Stuck on step 2: Find all source files #496

Closed nickgandionco closed 6 years ago

nickgandionco commented 6 years ago

Hi I'd like to ask for your help

I added this library from this tutorial.

This is what appears when building

[Build] C:/Users/Nick Jonathan/Documents/GitHub/Test/Test... [Step 1] Check Toolchain. [Step 2] Find all source files.

Thank you very much. Cheers to your work btw.

nickgandionco commented 6 years ago

Update: Found the problem. One of the header files included Wire.h but included it this way:

include <../Wire/Wire.h>

Corrected it to:

<#include

hope this helps somebody else.