Driver Programming: Difference between revisions

From SweepMe! Wiki
Jump to navigation Jump to search
(Replaced content with "A Device Class")
No edit summary
Line 1: Line 1:
A [[Device Class]]
A [[Device Class]] is a '''main.py''' file in which a python class-Object is inherited from a parent class called EmptyDeviceClass.
EmptyDeviceClass has to be loaded at the beginning like any other python module by using the line:

Revision as of 09:30, 9 November 2017

A Device Class is a main.py file in which a python class-Object is inherited from a parent class called EmptyDeviceClass. EmptyDeviceClass has to be loaded at the beginning like any other python module by using the line: