def _GPIO_Power_Regist(pins): GPIO.setmode(GPIO.BOARD) GPIO.setwarnings(False) GPIO.setup( pins , GPIO.OUT) return