mirror of
https://github.com/pybricks/pybricks-projects.git
synced 2026-09-15 02:52:41 +00:00
sets/ev3/home/track3r: add README
This commit is contained in:
committed by
laurensvalk
parent
da28bf8787
commit
25ac93d6db
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user