MCPcopy
hub / github.com/arduino/Arduino / getHardwarePath

Method getHardwarePath

arduino-core/src/processing/app/BaseNoGui.java:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 }
244
245 static public String getHardwarePath() {
246 return getHardwareFolder().getAbsolutePath();
247 }
248
249 static public List<UserLibraryFolder> getLibrariesFolders() {
250 return librariesFolders;

Callers 2

callArduinoBuilderMethod · 0.95
initVersionMethod · 0.95

Calls 1

getHardwareFolderMethod · 0.95

Tested by

no test coverage detected