Searched refs:PinMode (Results 1 – 1 of 1) sorted by relevance
76 class PinMode(enum.Enum): class99 self.pinmode = PinMode.DIGITAL_INPUT101 self.pinmode = PinMode.PUSH_PULL_OUTPUT221 if mux.pinmode == PinMode.ANALOG:223 elif mux.pinmode == PinMode.DIGITAL_INPUT:225 elif mux.pinmode == PinMode.PUSH_PULL_OUTPUT: