Skip to content

Commit 843535a

Browse files
committed
Corrected youtube video links
1 parent b48b436 commit 843535a

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

content/pybytes/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ With Pybytes you have control over your device's data stream and more:
1818

1919
In a nutshell, Pybytes is an environment designed to optimise your IoT applications when using Pycom boards.
2020

21-
<iframe width="560" height="315" src="https://www.youtube.com/embed/p14NOueBzL4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
21+
{{<youtube p14NOueBzL4>}}
2222

2323
## What does Pybytes offer you?
2424

@@ -42,8 +42,8 @@ In a nutshell, Pybytes is an environment designed to optimise your IoT applicati
4242

4343
## Pybytes unboxing
4444

45-
<iframe width="560" height="315" src="https://www.youtube.com/embed/iGV11MhjuZ0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
45+
{{<youtube iGV11MhjuZ0>}}
4646

4747
## Pybytes device management platform
4848

49-
<iframe width="560" height="315" src="https://www.youtube.com/embed/0H77_yUF8iM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
49+
{{<youtube 0H77_yUF8iM>}}

content/pybytes/mlintegration/_index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,20 @@ The Machine Learning integration is here to help you to create smart machine lea
1919

2020
## Model creation
2121

22-
<iframe width="560" height="315" src="https://www.youtube.com/embed/FAOPVWzaEcU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
22+
{{<youtube FAOPVWzaEcU>}}
2323

2424
## Data acquisition
2525

26-
<iframe width="560" height="315" src="https://www.youtube.com/embed/yf5B1NARQRo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
26+
{{<youtube yf5B1NARQRo>}}
2727

2828
## Processing data
2929

30-
<iframe width="560" height="315" src="https://www.youtube.com/embed/20JxZKt4aJU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
30+
{{<youtube 20JxZKt4aJU>}}
3131

3232
## Training neural network
3333

34-
<iframe width="560" height="315" src="https://www.youtube.com/embed/KeOzpsahrb8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
34+
{{<youtube KeOzpsahrb8>}}
3535

3636
## Testing and deployment on board
3737

38-
<iframe width="560" height="315" src="https://www.youtube.com/embed/BflPsHO67sU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
39-
38+
{{<youtube BflPsHO67sU>}}

content/pybytes/networks/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Pybytes supports four network types, which you can configure for each device or
99

1010
[**LoRa**](/pybytes/networks/lora)
1111

12-
<iframe width="560" height="315" src="https://www.youtube.com/embed/YfQW9rAc42U" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
12+
{{<youtube YfQW9rAc42U>}}

content/pybytes/pymakr-online/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Pymakr Online is an online IDE for your MicroPython projects. We brought our Pym
1717
* Import from multiple sources (blank/device/project/Github repository), export to a zip file/device/project
1818
* Device activity indicator: track what's going between Pymakr Online and your device.
1919

20-
<iframe width="560" height="315" src="https://www.youtube.com/embed/qydlJKRDzFs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
20+
{{<youtube qydlJKRDzFs>}}
2121

2222
## Pymakr Git Demo
2323

24-
<iframe width="560" height="315" src="https://www.youtube.com/embed/-yIdZmY6N3g" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
24+
{{<youtube -yIdZmY6N3g>}}
2525

2626
## Let's get started!
2727

content/pybytes/pymeshIntegration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This documentation is a quick introduction to the new Pymesh integration feature
99

1010
The Pymesh integration is here to help Pymesh firmware deployment and to monitor Pymesh node's health.
1111

12-
<iframe width="560" height="315" src="https://www.youtube.com/embed/4dgxvkZbF_4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
12+
{{< youtube 4dgxvkZbF_4>}}
1313

1414
## Let's get started!
1515

content/pybytes/releases/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aliases:
66
### What is the release?
77
Each **Pybytes** project contains list of devices. You can update the devices **code**, **network configurations** and/or **firmware version** using a **release** version.
88

9-
<iframe width="560" height="315" src="https://www.youtube.com/embed/JSNTZDHKm5M" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
9+
{{<youtube JSNTZDHKm5M>}}
1010

1111
### What is included in the release?
1212
Each **Release** can contains one or more of the following:

0 commit comments

Comments
 (0)