Ejemplo n.º 1
0
 def Corsair(self):
     Corsair.debugON()
Ejemplo n.º 2
0
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)
Ejemplo n.º 3
0
 def AllON(self):
     global mainDebug
     mainDebug = True
     Corsair.debugON()
     Razer.debugON()