Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Library Paths #712

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

In version 0022, including a system library (eg: Wire) in a custom library 
doesn't work - it's not searching the normal library paths (eg: libraries under 
the arduino software directory and the sketches directory).

Thanks,

Ian

Original issue reported on code.google.com by i...@chilton.me.uk on 14 Nov 2011 at 3:21

GoogleCodeExporter commented 8 years ago
Yep... this has been a problem for a while.  In the meantime, you can work 
around it by also #including the subsidiary library (e.g. Wire) from the main 
sketch file.

Original comment by dmel...@gmail.com on 15 Nov 2011 at 9:08

GoogleCodeExporter commented 8 years ago
Yep, that's what I have been doing, but it's not ideal.

Thanks,

Ian

Original comment by i...@chilton.me.uk on 15 Nov 2011 at 10:54

GoogleCodeExporter commented 8 years ago
I didn't have a problem in 023 the sketch worked, but now in 1.0 I get :
.....'wire'was not declared in this scope.........

Original comment by harriebo...@gmail.com on 8 Dec 2011 at 8:43