def Corsair(self): Corsair.debugON()
import time from Wrappers.cue_sdk import * #Corsair.debugON() #Corsair.FirstInit() #print(Corsair.DeviceInfo()) #print(Corsair.DeviceList) #print(Corsair. DeviceID(Corsair.DeviceList)) #Corsair.FirstInit() #print(Corsair.DeviceInfo()) #Corsair.FirstInit() Corsair.debugON() Corsair.FirstInit() RazerURI = Razer.geturi() Razer.debugON() def p1(): while True: for i in range(170, 188, 1): Corsair.ledOn(i, 0, 255, 0, 0.01) Corsair.ledOn(i + 1, 0, 255, 0, 0.01) for i in range(170, 188, 1): Corsair.ledOn(i, 0, 0, 0, 0.01)
def AllON(self): global mainDebug mainDebug = True Corsair.debugON() Razer.debugON()