File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
io.sloeber.core/src/io/sloeber/core/api Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,17 @@ public static boolean isReady() {
167
167
return Manager .isReady ();
168
168
}
169
169
170
+ /**
171
+ * find all examples for this type of board. That is the examples provided
172
+ * by Arduino The examples provided by the common libraries The examples
173
+ * provided by the private libraries The examples provided by the platform
174
+ * the board belongs to
175
+ *
176
+ * If the boardID is null there will be no platform examples
177
+ *
178
+ * @param boardID
179
+ * @return
180
+ */
170
181
public static TreeMap <String , IPath > getAllExamples (BoardDescriptor boardID ) {
171
182
TreeMap <String , IPath > examples = new TreeMap <>(String .CASE_INSENSITIVE_ORDER );
172
183
// Get the examples of the library manager installed libraries
You can’t perform that action at this time.
0 commit comments