sets/mindstorms/ev3-home-bonus: Update Dinor3x.

* update Robodoz3r README Update

* update el3ctric guitar README Update

* update dinor3x README Update

* update changes in dinor3x readme

* update dinor3x readme

* update dinor3x readme

* rename readme to index
This commit is contained in:
Antoni Lương-Phạm Anh Quân
2021-05-14 12:47:10 +02:00
committed by GitHub
parent 2f01beca2c
commit c4756eaf01
4 changed files with 46 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

@@ -1,9 +1,22 @@
# Example LEGO® MINDSTORMS® EV3 Dinor3x Program
---
title: "LEGO® MINDSTORMS® EV3 Home Edition: Fan Robots: Dinor3x"
maintainer:
user: "TheVinhLuong102"
name: "The Lương-Phạm Family"
image:
local: "dinor3x.jpeg"
credit: "LEGO"
video:
youtube: "eG5xdZ3l1AQ"
description:
"This charming robotic triceratops dinosaur is capable of walking and turning on all fours."
building_instructions:
external: https://www.lego.com/cdn/product-assets/product.bi.additional.extra.pdf/31313_X_DINOREX.pdf
---
This program requires LEGO® EV3 MicroPython v2.0 downloadable at https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3.
Building instructions can be found at https://www.lego.com/en-us/themes/mindstorms/buildarobot.
NOTE: please add a Color Sensor to Dinor3x's back or tail.
Dinor3x works as follows:
@@ -22,3 +35,17 @@ Dinor3x works as follows:
- Top Right / Blue Up: turn right on the spot
- Bottom Left / Red Down: stop
- Bottom Right / Blue Down: calibrate to make the legs straight
The code for the `Dinor3x` class is in `dinor3x.py` as follows:
{% include copy-code.html %}
```python
{% include_relative dinor3x.py %}
```
The code for the main program is in `main.py` as follows:
{% include copy-code.html %}
```python
{% include_relative main.py %}
```
@@ -1,3 +1,19 @@
---
permalink: /projects/sets/mindstorms/ev3-home-bonus/el3ctric-guitar/
title: "LEGO Mindstorms EV3 Home Edition: El3ctric_Guitar"
maintainer:
user: "TheVinhLuong102"
name: "The Lương-Phạm Family"
image:
local: "el3ctric_guitar.jpeg"
credit: "LEGO"
description:
"Ready to to rockn roll? This LEGO Guitar can be played almost like a real guitar. Stroke the string, slide your fingers across its fretless neck, and bend the notes using the tremolo bar to produce the most amazing guitar solos!"
building_instructions:
external: https://www.lego.com/cdn/product-assets/product.bi.additional.extra.pdf/31313_X_EL3CTRIC%20GUITAR.pdf
---
# Example LEGO® MINDSTORMS® EV3 El3ctricGuitar Program
This program requires LEGO® EV3 MicroPython v2.0 downloadable at https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3.
Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB