Searched refs:SYS_GPIO_PATH (Results 1 – 1 of 1) sorted by relevance
11 SYS_GPIO_PATH = '/sys/class/gpio/' variable39 self.value_file = os.path.join(SYS_GPIO_PATH, 'gpio' + self.offset,41 self.export_file = os.path.join(SYS_GPIO_PATH, 'export')42 self.unexport_file = os.path.join(SYS_GPIO_PATH, 'unexport')43 self.direction_file = os.path.join(SYS_GPIO_PATH, 'gpio' + self.offset,