lpcmanager
Clone
Summary
Browse
Changes
Graph
Revamped init of GPIOs and ports that differ per-product.
som6
2019-09-02, Edouard Tisserant
3f2d4d55f1c7
Revamped init of GPIOs and ports that differ per-product.
from __future__ import absolute_import
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor