![]() |
MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
Functions | |
def | writeBinaryData (file, data, length) |
def | writeFileDescription (file, name, summary, desc) |
def | generateContextAction (text, variables, owner, event, action) |
def splitText(text, lineLength, tabCount): lastSpace = 0 cnt = 0 if(len(text) <= lineLength): return text for(i in range(len(text))) if(cnt > lineLength) if(text[i] == ' '): last