We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22be61d commit b88e1f6Copy full SHA for b88e1f6
mbed_lstools/lstools_base.py
@@ -117,6 +117,7 @@ def list_mbeds(
117
trade of between quality of service and speed
118
@param filter_function Function that is passed each mbed candidate,
119
should return True if it should be included in the result
120
+ Ex. mbeds = list_mbeds(filter_function=lambda m: m['platform_name'] == 'K64F')
121
@param unique_names A boolean controlling the presence of the
122
'platform_unique_name' member of the output dict
123
@param read_details_text A boolean controlling the presense of the
0 commit comments