Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/Respeaker_2_Mics_Pi_HAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ python pixels.py
```

### How to use User Button

There is an on-board User Button, which is connected to GPIO17. Now we will try to detect it with python and RPi.GPIO.

```
Expand Down Expand Up @@ -274,7 +273,7 @@ cd /usr/local/lib/python2.7/dist-packages/googlesamples/assistant/grpc
sudo nano pushtotalk.py
```

Go to the buttom of the file(Line 301), then modify as the following code and save:
Go to the buttom of the file(Line 301), then modify the following code and save:

```Python
with SampleAssistant(conversation_stream,
Expand Down Expand Up @@ -328,7 +327,6 @@ $ googlesamples-assistant-pushtotalk


### Raspbian image

As Raspbian Operating System is updated to Debian 9, we won't provide our Raspbian image anymore. Click [here](https://www.raspberrypi.org/downloads/raspbian/) to get the lastest Raspbian Operating System.

- [How to install the image](https://www.raspberrypi.org/documentation/installation/installing-images/)
Expand Down