You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paragraph=PLang\n=====\n\nSimple PIC32 scripting language.\n--------------------------------\n\nThis language is designed to be incredibly simple to write. Scripts are loaded from an\nSD card as plain text and compiled into a structured tree of data to then be executed.\n\nMultiple PLang engines can be instantiated simultaneously and naturally thread together.\n\nPLang is event driven where events are currently limited to digital input state changes.\n\nThe structure of a PLang file is:\n\n Initialization parameters - defining variables, events, etc.\n\n init: op-code parameter list\n ... etc ...\n