add olipy
This commit is contained in:
parent
649e908448
commit
3154e334e3
3 changed files with 0 additions and 0 deletions
9
kuukar/kuukar_voice.py.disabled
Normal file
9
kuukar/kuukar_voice.py.disabled
Normal file
|
@ -0,0 +1,9 @@
|
|||
from kuukar.kuukar_lcd import lcd
|
||||
from kuukar.kuukar_leds import leds
|
||||
|
||||
class voice:
|
||||
def __init__(self, lcd: lcd, leds: leds) -> None:
|
||||
self.lcd = lcd
|
||||
self.leds = leds
|
||||
def handle_voice_prompt(self, command):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue