knowing library file location from IDE
i have used arduino boards manager install intel curie boards (arduino/genuino 101).
i've been working through examples given , want try out ble examples.
when reviewing code of 1 of ble examples provided, includes following library: <curieble.h>
now when installing libraries manually or ide's library manager... libraries stored in documents/arduino/libraries.
with board manager / intel curie boards, not case.
i left scratching head can find file (curieble.h) no documentation provided explaining location of these library files etc.
this has been requested before, make request again save time if click on library reference in code view file.
in meantime while eagerly await new functionality please tell look.
thanks.
------
update: stumbled on location of library files via https://github.com/01org/corelibs-arduino101
still messy trying find library files within users "appdata" folder (windows) tends not indexed or searchable via windows explorer. hence problem.
i've been working through examples given , want try out ble examples.
when reviewing code of 1 of ble examples provided, includes following library: <curieble.h>
now when installing libraries manually or ide's library manager... libraries stored in documents/arduino/libraries.
with board manager / intel curie boards, not case.
i left scratching head can find file (curieble.h) no documentation provided explaining location of these library files etc.
this has been requested before, make request again save time if click on library reference in code view file.
in meantime while eagerly await new functionality please tell look.
thanks.
------
update: stumbled on location of library files via https://github.com/01org/corelibs-arduino101
still messy trying find library files within users "appdata" folder (windows) tends not indexed or searchable via windows explorer. hence problem.
i agree nice make easier arduino users @ library source , make modifications. it's easy enough experienced users lot of people see libraries black boxes miss out on educational opportunities see how things work under hood. encourage people create own libraries.
they planning add functionality editing library files in create editor(the web ide) in regular ide.
the easiest way find library source files is:
they planning add functionality editing library files in create editor(the web ide) in regular ide.
the easiest way find library source files is:
- open 1 of library examples files file > examples
- sketch > show sketch folder - open {library folder}/examples/{example name} have move couple of folders library source files(sometimes in {library folder}/src).
Arduino Forum > Development > Other Software Development > knowing library file location from IDE
arduino
Comments
Post a Comment