sets/ev3/home/track3r: add README

This commit is contained in:
Antoni Luong Pham
2020-10-27 16:57:19 +01:00
committed by laurensvalk
parent da28bf8787
commit 25ac93d6db
6 changed files with 12 additions and 50 deletions
+12
View File
@@ -0,0 +1,12 @@
# Example LEGO® MINDSTORMS® EV3 Track3r Programs
These programs require 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.
There are 4 Track3r variants with 4 different tools:
- Track3r with Bi-blade Spinner
- Track3r with Blasting Bazooka
- Track3r with Gripping Claw
- Track3r with Heavy Hammer
-10
View File
@@ -1,15 +1,5 @@
#!/usr/bin/env pybricks-micropython
"""
Example LEGO® MINDSTORMS® EV3 Track3r Program
---------------------------------------------
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
"""
from pybricks.hubs import EV3Brick
from pybricks.ev3devices import Motor
@@ -1,15 +1,5 @@
#!/usr/bin/env pybricks-micropython
"""
Example LEGO® MINDSTORMS® EV3 Track3r Program
---------------------------------------------
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
"""
from pybricks.parameters import Button
from pybricks.tools import wait
@@ -1,15 +1,5 @@
#!/usr/bin/env pybricks-micropython
"""
Example LEGO® MINDSTORMS® EV3 Track3r Program
---------------------------------------------
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
"""
from pybricks.media.ev3dev import ImageFile, SoundFile
from pybricks.parameters import Button, Stop
@@ -1,15 +1,5 @@
#!/usr/bin/env pybricks-micropython
"""
Example LEGO® MINDSTORMS® EV3 Track3r Program
---------------------------------------------
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
"""
from pybricks.media.ev3dev import SoundFile
from pybricks.parameters import Button
@@ -1,15 +1,5 @@
#!/usr/bin/env pybricks-micropython
"""
Example LEGO® MINDSTORMS® EV3 Track3r Program
---------------------------------------------
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
"""
from pybricks.media.ev3dev import ImageFile, SoundFile
from pybricks.parameters import Button, Stop