Ladislas de Toldi

Results 99 comments of Ladislas de Toldi

You mean like the [`USER_LIB_PATH`](https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md#user_lib_path)?

I don't understand. Could you show an exemple of what you mean?

I tried with your PR and I get the following error in the second example I described: ``` undefined reference to `MyFirstClass::MyFirstClass()' ```

actually my `USER_LIB_PATH` is defined to something else. the fact that it's not working doesn't surprise me. But I'm wondering if it could be useful to automatically look for libs...

I confirm that it works when my libs are in my USER_LIB_PATH :) and we can keep this as a feature request.

> in your first comment you say that if you put the library files in the same directory (1) as your sketch it works, but if you put them in...

@sej7278 no I haven't tried setting `ARDUINO_LIBS` but I'd like to do it without that as in a real project I may have a lot of different libs. As for...

yep that's the idea. I have my main libraries such as Motors, Leds, Sensors, and stuff inside `USER_LIB_PATH`. Then, on a per sketch basis, I like to write Behaviors (a...

I agree with you, but it seems to work. have you tried it yourself?