update code to change driver board to RPi Pico

This commit is contained in:
Siwat Sirichai 2022-10-25 14:49:19 +07:00
parent 0395df8d30
commit 767a4c4ad5
12 changed files with 98 additions and 43 deletions

View file

@ -4,9 +4,8 @@ from kuukar_noise import noise
class voice:
def __init__(self, lcd: lcd, leds: leds, noise: noise) -> None:
def __init__(self, lcd: lcd, leds: leds) -> None:
self.lcd = lcd
self.leds = leds
self.noise = noise
def handle_voice_prompt(self, command):
pass