9d5e9b3abb47174eb9cb90ec207bf09631307e89,Software/Python/easygopigo3.py,DigitalSensor,__init__,#DigitalSensor#Any#Any#Any#,1154

Before Change



class DigitalSensor(Sensor):
    def __init__(self, port, pinmode, gpg):
        debug("DigitalSensor init")
        try:
            Sensor.__init__(self, port, pinmode, gpg)
        except:
            raise

After Change



        
        try:
            self.set_descriptor("GoPiGo3 Servo")
            Sensor.__init__(self, port, "OUTPUT", gpg, use_mutex)
        except:
            raise
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 2

Instances


Project Name: DexterInd/GoPiGo3
Commit Name: 9d5e9b3abb47174eb9cb90ec207bf09631307e89
Time: 2017-10-30
Author: cleoqc1124@gmail.com
File Name: Software/Python/easygopigo3.py
Class Name: DigitalSensor
Method Name: __init__


Project Name: DexterInd/GoPiGo3
Commit Name: e9a83cd559aa76016f82c838838f3fe1d73188d5
Time: 2017-12-04
Author: cleoqc1124@gmail.com
File Name: Software/Python/easygopigo3.py
Class Name: AnalogSensor
Method Name: __init__


Project Name: DexterInd/GoPiGo3
Commit Name: 852d3c30360beb9eae5ece5c3b7568737484fe19
Time: 2017-04-28
Author: cleoqc1124@gmail.com
File Name: Software/Python/easygopigo3.py
Class Name: DigitalSensor
Method Name: __init__


Project Name: DexterInd/GoPiGo3
Commit Name: 9d5e9b3abb47174eb9cb90ec207bf09631307e89
Time: 2017-10-30
Author: cleoqc1124@gmail.com
File Name: Software/Python/easygopigo3.py
Class Name: AnalogSensor
Method Name: __init__


Project Name: DexterInd/GoPiGo3
Commit Name: e9a83cd559aa76016f82c838838f3fe1d73188d5
Time: 2017-12-04
Author: cleoqc1124@gmail.com
File Name: Software/Python/easygopigo3.py
Class Name: DigitalSensor
Method Name: __init__