technic: Add video links.

This commit is contained in:
Laurens Valk
2024-01-10 09:29:04 +01:00
parent 0dbd5b314e
commit 9835bcf0fa
4 changed files with 12 additions and 8 deletions
@@ -4,8 +4,10 @@ maintainer:
user: "tensafefrogs"
name: "Geoff Stearns"
image:
local: "../42140-app-controlled-transformation-vehicle.jpg"
credit: "LEGO"
local: "./transformation-vehicle-remote.jpg"
credit: "Lasse Deleuran"
video:
youtube: "3Q0I79y1lC0"
description: "Control the Technic App-Controlled Transformation Vechicle with the Powered Up Remote."
code: "#program"
---
@@ -14,8 +16,8 @@ In this project we'll show you how to control the App-Controlled Transformation
# Program
This program enables control of the flip vehicle with the Powered
Up Remote.
This program enables control of the flip vehicle with the Powered Up Remote.
Check out the video above for an additional program, and more coding ideas.
{% include copy-code.html %}
Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

@@ -4,8 +4,10 @@ maintainer:
user: "tensafefrogs"
name: "Geoff Stearns"
image:
local: "../42160-audi-rs-q-e-tron.webp"
credit: "LEGO"
local: "./e-tron-remote.jpg"
credit: "Lasse Deleuran"
video:
youtube: "c0KVNdJlAkc"
description: "Control the Technic Audi RS Q e-tron with the Powered Up Remote."
code: "#program"
---
@@ -15,10 +17,10 @@ In this project we'll show you how to control the Audi RS Q e-tron with the Powe
# Program
This program enables control of the vehicle with the Powered
Up Remote.
Up Remote. Check out the video above for an additional program, and more coding
ideas.
{% include copy-code.html %}
```python
{% include_relative main.py %}
```