unified naming

This commit is contained in:
paul-loedige 2020-12-25 15:11:22 +01:00
parent 69a65ab15d
commit b19cef6c18

View File

@ -2,7 +2,7 @@ from enum import Enum
from xml_reader import Xml_reader from xml_reader import Xml_reader
import RPi.GPIO as GPIO import RPi.GPIO as GPIO
class interface_handler: class Interface_handler:
"""handles the access to the various interfaces (e.g. GPIO) """handles the access to the various interfaces (e.g. GPIO)
""" """