Skip to content

Commit fde6961

Browse files
authored
Update README.md
1 parent 3b09c28 commit fde6961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AWS_IoT_Python
2-
This repository contains the steps and the code to Access the AWS IoT service using Python3, Paho-MQTT on Windows, Linux/Ubuntu and Raspberry Pi3.
2+
This repository contains the steps and the code to Access the AWS IoT service using Python3, Paho-MQTT on Raspberry Pi3. **Note:** This code works for Raspberry Pi3. For Windows, Linux/Ubuntu, just remove the RPi imports and GPIO's and insert the Interface according to your OS
33

44
# Requirements:
55
a) **Python 3.4 or above** [https://www.python.org/downloads/] (https://www.python.org/downloads/)
@@ -45,7 +45,7 @@ The publisher code reads the state of the pins of **Raspberry Pi3** (change Pin
4545
If the LED's glow, it's state is '1' else '0' (You can make changes in the code as you want).
4646

4747
The subscriber code fetches the state of the LED's from AWS IoT and prints it on the second terminal.
48-
48+
4949

5050
## To Test the sample Python Programs:
5151
i) In one terminal, run the **AWS_IoT_pub.py** code using

0 commit comments

Comments
 (0)