amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

lib directory #276

Open kamomil opened 6 years ago

kamomil commented 6 years ago

HI, I have some .h and .c files in the lib directory of the project. But ino can't find them:

.build/uno/src/AnalogRead_DigitalRead.cpp:2:30: fatal error: Arduino_FreeRTOS.h: No such file or directory
 #include <Arduino_FreeRTOS.h>
snowc0de commented 4 years ago

I have the same issue here with the LIbrary Metro. I tried to put it in both directories (src and lib) but it doesn't work.

LMJayasundara commented 3 years ago

I have the same issue. anyone resolved that

LMJayasundara commented 3 years ago

I solved this problem by add .h and .cpp file into a folder(Rename as you want) inside a lib folder Hope this resolves your problem