User Tools

Site Tools


info:arduino_file_structure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

info:arduino_file_structure [2011/07/30 07:47] – created tomgeeinfo:arduino_file_structure [2011/07/30 07:56] (current) tomgee
Line 7: Line 7:
  
 Extra note for developers and Linux users: In Arduino 0017, libraries are no longer pre-compiled when you make a selection from the board menu. Instead, they are compiled with your sketch, like the Arduino core. This means that you don’t need to delete .o files when making changes to a library’s source code. It also means that Arduino shouldn’t write to any files in its application directory, making it easier to install on Linux. Plus, there’s no more delay when switching boards. Extra note for developers and Linux users: In Arduino 0017, libraries are no longer pre-compiled when you make a selection from the board menu. Instead, they are compiled with your sketch, like the Arduino core. This means that you don’t need to delete .o files when making changes to a library’s source code. It also means that Arduino shouldn’t write to any files in its application directory, making it easier to install on Linux. Plus, there’s no more delay when switching boards.
 +==== Tom's Interpretation ====
 +Gleaning the above paragraphs carefully I have deduced that the sketchbook sketches are located in the Arduino direcory of the Documents folder. The new user libraries are then put in a user created "libraries" folder under the Documents->Arduino structure.
 +
info/arduino_file_structure.1312026425.txt.gz · Last modified: 2011/07/30 07:47 by tomgee