You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
class PixelRing(object):
|
|
def __init__(self):
|
|
pass
|
|
|
|
def show(self, data):
|
|
pass
|
|
|
|
def set_color(self, rgb=None, r=0, g=0, b=0):
|
|
pass
|
|
|
|
def wakeup(self, angle=None):
|
|
pass
|
|
|
|
def listen(self):
|
|
pass
|
|
|
|
def think(self):
|
|
pass
|
|
|
|
def speak(self):
|
|
pass
|
|
|
|
def off(self):
|
|
pass
|