A set of tools to simplify building EV3 programs
- Engine: Godot
- Output: EPPF (ev3 program path file) and DAT file
- Language: python3
- Input: EPPF files
- Output: PY (python) files based on data specified by eppfc.json
- defines actions of EV3 unit
- configurable
- functions
- no multiple identical functions on single line
- name cannot include any special, numeric or lower designated characters
- parameters enclosed in function's name:
r123rormv23::2mv - function parameters separated by
::
- dotfile
- sourced from
~directory - written in JSON
Configdefines program configurationClassdefines robot classMethodsdefines all methods and their parameters
_ndefines parameter n passed on by matching EPPF function