def on()

in device_info_pkg/device_info_pkg/gpio_module.py [0:0]


    def on(self):
        """Wrapper function to write the value 1 to value attribute of GPIO port.
        """
        self.set(1)