From ea5844e26399b8a2a6636d1b868eef178e09bfb6 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 30 Jun 2017 15:31:41 -0700 Subject: [PATCH] Fix typos in Respeaker-2Mics page --- docs/Respeaker_2_Mics_Pi_HAT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Respeaker_2_Mics_Pi_HAT.md b/docs/Respeaker_2_Mics_Pi_HAT.md index 454db27..889a573 100644 --- a/docs/Respeaker_2_Mics_Pi_HAT.md +++ b/docs/Respeaker_2_Mics_Pi_HAT.md @@ -236,7 +236,7 @@ button.when_pressed = say_hello pause() ``` -For more informations abour **gpiozero** library, please click [here](http://gpiozero.readthedocs.io/en/stable/recipes.html#button). +For more information about **gpiozero** library, please click [here](http://gpiozero.readthedocs.io/en/stable/recipes.html#button). And you could also program the user button with python2 and RPi.GPIO. @@ -287,7 +287,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, @@ -342,7 +342,7 @@ $ googlesamples-assistant-pushtotalk ### About our Raspbian image -We have built a Raspbian iamge for your convenience, in which ReSpeaker 2-Mics Pi HAT driver, the Google Assistant Library and APA102 LEDs library are pre-installed. +We have built a Raspbian image for your convenience, in which ReSpeaker 2-Mics Pi HAT driver, the Google Assistant Library and APA102 LEDs library are pre-installed. - [Download our Raspbian image](https://s3-us-west-2.amazonaws.com/wiki.seeed.cc/001share/seeed-raspbian-jessie-20170523.7z)