8000 Update README.md · akshaypradheep/lib-python@b6641e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6641e2

Browse files
8000 authored
Update README.md
1 parent 2549f4e commit b6641e2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ BLYNK_AUTH = '<YourAuthToken>' #insert your Auth Token here
110110
import blynklib
111111

112112
BLYNK_AUTH = '<YourAuthToken>' #insert your Auth Token here
113-
# base lib init
114-
blynk = blynklib.Blynk(BLYNK_AUTH)
113+
blynk = blynklib.Blynk(BLYNK_AUTH) # base library initialization
115114

116115
# advanced options of lib init
117116
# from __future__ import print_function
@@ -161,15 +160,15 @@ Examples can be found **[here][blynk-py-examples]** Check them all to get famili
161160
- 07_tweet_and_logging.py (how to post to Twitter and log events from your hardware)
162161

163162
##### Raspberry Pi (any):
164-
- 01_weather_station_pi3b.py (connect DHT22; BMP180 sensors and send data to Blynk app)
163+
- (01_weather_station_pi3b.py)[https://github.com/blynkkk/lib-python/tree/master/examples/raspberry] Connect DHT22; BMP180 sensors and send data to Blynk app
165164

166165
##### ESP32
167-
- 01_touch_button.py (connect TTP223B touch sensor to ESP32 and react to touch)
168-
- 02_terminal_cli.py (communication between ESP32 hardware and app through Terminal widget)
169-
- 03_temperature_humidity_dht22.py (connect DHT22 sensor and send data to Blynk app)
166+
- [01_touch_button.py](https://github.com/blynkkk/lib-python/blob/master/examples/esp32/01_touch_button.py) Connect TTP223B touch sensor to ESP32 and react to touch
167+
- [02_terminal_cli.py](https://github.com/blynkkk/lib-python/blob/master/examples/esp32/02_terminal_cli.py) Communication between ESP32 hardware and app through Terminal widget
168+
- [03_temperature_humidity_dht22.py](https://github.com/blynkkk/lib-python/blob/master/examples/esp32/03_temperature_humidity_dht22.py) Connect DHT22 sensor to ESP32 and send data to Blynk app
170169

171170
##### ESP8266
172-
- 01_potentiometer.py (connect slide potentiometer to ESP8266 and get resistance values)
171+
- [01_potentiometer.py](https://github.com/blynkkk/lib-python/blob/master/examples/esp8266/01_potentiometer.py) Cconnect potentiometer to ESP8266 and send resistance value to the app
173172

174173

175174

0 commit comments

Comments
 (0)
0