8000 Small text corrections · librarysteve/lib-python@2002d79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2002d79

Browse files
author
amorozenko
committed
Small text corrections
1 parent 47ed3d9 commit 2002d79

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/esp32/03_temperature_humidity_dht22.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- connect GND sensor line to "ground" board pin
1111
- connect DATA sensor line to board GPIO 4
1212
13-
DHT22 datasheet that may be helpful:
13+
DHT22 datasheet that can be helpful:
1414
https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf
1515
1616
Environment prepare:

examples/esp8266/README.md

Expand all lines: examples/esp8266/README.md
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ There are two ways to achieve this:
8282
Frozen modules store the Python source with the firmware.
8383

8484
For custom esp8266 firmware build creation:
85-
- install docker to your host system. How to do it under different OS you may read [here][docker-install]
85+
- install docker to your host system. Steps how to do it under different OS described [here][docker-install]
8686
- clone with git esp8266 docker repository. Virtual environment will be needed for firmware build operation.
8787
```bash
8888
git clone https://github.com/enqack/docker-esp8266-micropython.git
@@ -100,7 +100,7 @@ For custom esp8266 firmware build creation:
100100
```
101101
- follow **[this][esp8266-build-docker]** instructions to build and copy custom esp8266 firmware.
102102

103-
Build process may take some time ~ 15-40 minutes.
103+
Build process can take some time ~ 15-40 minutes.
104104

105105
- after firmware created and copied locally - you can try to burn it with **esptool** to your ESP8266 board.
106106
- connect to board CLI with **rshell** and test **blynklib** availability within **repl**

examples/raspberry/01_weather_station_pi3b.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- connect DATA sensor line to board GPIO17
1212
- pip install Adafruit-DHT
1313
14-
DHT22 datasheet that may be helpful:
14+
DHT22 datasheet that can be helpful:
1515
https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf
1616
1717
@@ -32,7 +32,7 @@
3232
cd Adafruit_Python_BMP
3333
sudo python setup.py install
3434
35-
BMP180 datasheet that may be helpful:
35+
BMP180 datasheet that can be helpful:
3636
https://arduino.ua/docs/BMP085_DataSheet_Rev.1.0_01July2008.pdf
3737
3838

examples/raspberry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A small and affordable computer that you can use to learn programming
2727
```
2828
## Security
2929

30-
Protect your device and to avoid situations when it may be used without your permission.
30+
Protect your device and to avoid situations when it can be used without your permission.
3131

3232
Read this [guide][raspberry-security] to understand how to impove rasberry Pi security.
3333

0 commit comments

Comments
 (0)
0