We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b17a7 commit 9dee005Copy full SHA for 9dee005
BrainCraft_Google_Assistant/gv_buttontotalk.py
@@ -48,7 +48,7 @@
48
49
try:
50
import board
51
- from digitalio import DigitalInOut, Direction, Pull
+ from digitalio import DigitalInOut
52
import adafruit_dotstar
53
except ImportError:
54
print("Blinka not installed? Run 'pip3 install adafruit-circuitpython-dotstar'")
@@ -71,9 +71,6 @@
71
)
72
dots.fill(0x000000)
73
74
-# Setup OLED
75
-i2c = board.I2C()
76
-
77
ASSISTANT_API_ENDPOINT = "embeddedassistant.googleapis.com"
78
END_OF_UTTERANCE = embedded_assistant_pb2.AssistResponse.END_OF_UTTERANCE
79
DIALOG_FOLLOW_ON = embedded_assistant_pb2.DialogStateOut.DIALOG_FOLLOW_ON
0 commit comments