Skip to content

Commit 2778355

Browse files
authored
Update python/gpio-basic/README.md
Minor modifications
1 parent 2d527d0 commit 2778355

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python/gpio-basic/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ This is a screenshot for reference.
5454

5555
## 2. Create your python environment
5656

57-
Now it is time to install the python dependencies in order to use Arduino Cloud. You have a [full tutorial]() that describes the full process.
57+
Now it is time to install the python dependencies in order to use Arduino Cloud. You have a [full tutorial](https://docs.arduino.cc/arduino-cloud/guides/python/) that describes the full process.
5858

5959
It can be summarized as follows:
60-
1. Install GPIOD libraries
60+
1. Install GPIOD library
6161
2. Install the GPIOD package
6262
3. Install Arduino Cloud packages
6363

@@ -101,10 +101,10 @@ pip install arduino-iot-cloud swig
101101

102102
Use your favourite programming environment and edit the `gpio-basic.py` file.
103103

104-
Create a file called `credentials.py` with the following content
104+
Create a file called `credentials.py` inside the `gpio-basic` folder with the following content
105105
```
106-
DEVICE_ID=xxxxx
107-
SECRET=xxxx
106+
DEVICE_ID = b"YOUR_DEVICE_ID"
107+
SECRET_KEY = b"YOUR_SECRET_KEY"
108108
```
109109

110110
## 4. Create the Arduino Cloud dashboard

0 commit comments

Comments
 (0)