Robot-Will / Stino

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

How to add header files? #406

Closed noumenonquest closed 7 years ago

noumenonquest commented 7 years ago

how to add a header files like #include "names.h" to an AVR program. The avr program does not compile if the header file is in the same directory as the main program or when placed in the arduino libraries folder.

Robot-Will commented 7 years ago

Please show me a test case.

noumenonquest commented 7 years ago

just reinstalled Stino, now the main program compiles with the header file in the same directory.