forked from microsoft/pxt-ev3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to pxt 5 and pxt-common-packages 6 (microsoft#934)
* bump pxt * fix build issues * Auto-gen of projects/summary * removing feild editors moved to pxt * various typing fixes * more typing fixes * fixing various typing issues * Start on integration of new pxt * serial number fixes * gc-ify MMap object * Re-build generated files * fix console listeners * clear lf() warnings * More generated files * also auto-generated * Compilation fixes * fix merge * mostly fixing blocks * fix sim * fix field motors * enable a few features * moving to tsx * try to fix edtiro compilation * more defs * removing commands * removing extra $ * fix blockly warning * hiding images * enabling more pxt features * hide images * setup autorun * add lock on target_reset * update deps * return trylock result * updated pxt * rename video section * add alpha channel * upgraded pxt * bump pxt/version * removed alpha ref * var ceanup * don't do major bump
- Loading branch information
Showing
44 changed files
with
1,147 additions
and
1,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,88 @@ | ||
# Projects | ||
|
||
Here are some cool projects that you can build with your @boardname@! | ||
```codecard | ||
[ | ||
{ | ||
"name": "Getting Started", | ||
"url": "/getting-started", | ||
"imageUrl": "/static/lessons/firmware.png" | ||
}, | ||
{ | ||
"name": "Brick Tutorials", | ||
"url": "/tutorials/brick", | ||
"imageUrl": "/static/tutorials/wake-up.png" | ||
}, | ||
{ | ||
"name": "Motor Tutorials", | ||
"url": "/tutorials/motors", | ||
"imageUrl": "/static/tutorials/run-motors.png" | ||
}, | ||
{ | ||
"name": "Touch Sensor Tutorials", | ||
"url": "/tutorials/touch-sensor", | ||
"imageUrl": "/static/tutorials/touch-to-run.png" | ||
}, | ||
{ | ||
"name": "Color Sensor Tutorials", | ||
"url": "/tutorials/color-sensor", | ||
"imageUrl": "/static/tutorials/what-color.png" | ||
}, | ||
{ | ||
"name": "Ultrasonic Sensor Tutorials", | ||
"url": "/tutorials/ultrasonic-sensor", | ||
"imageUrl": "/static/tutorials/object-near.png" | ||
}, | ||
{ | ||
"name": "Gyro Tutorials", | ||
"url": "/tutorials/gyro", | ||
"imageUrl": "/static/tutorials/calibrate-gyro.png" | ||
}, | ||
{ | ||
"name": "Infrared Sensor Tutorials", | ||
"url": "/tutorials/infrared-sensor", | ||
"imageUrl": "/static/tutorials/security-alert.png" | ||
}, | ||
{ | ||
"name": "FLL / City Shaper", | ||
"url": "/tutorials/city-shaper", | ||
"imageUrl": "/static/tutorials/city-shaper/robot1.jpg" | ||
}, | ||
{ | ||
"name": "Design Engineering", | ||
"url": "/design-engineering", | ||
"imageUrl": "/static/lessons/make-it-move-without-wheels.png" | ||
}, | ||
{ | ||
"name": "Coding", | ||
"url": "/coding", | ||
"imageUrl": "/static/lessons/autonomous-parking.png" | ||
}, | ||
{ | ||
"name": "Maker", | ||
"url": "/maker", | ||
"imageUrl": "/static/lessons/make-a-sound-machine.png" | ||
}, | ||
{ | ||
"name": "Tutorial Videos", | ||
"url": "/videos", | ||
"imageUrl": "https://legoeducation.videomarketingplatform.co/27288170/35719444/5d009e5f93fbf479c2e5ed2bf87a7990/thumbnail.png" | ||
} | ||
] | ||
``` | ||
|
||
## Basic | ||
## See Also | ||
|
||
Basic projects to build with your EV3 Brick. | ||
[Getting Started](/getting-started), | ||
[Brick Tutorials](/tutorials/brick), | ||
[Motor Tutorials](/tutorials/motors), | ||
[Touch Sensor Tutorials](/tutorials/touch-sensor), | ||
[Color Sensor Tutorials](/tutorials/color-sensor), | ||
[Ultrasonic Sensor Tutorials](/tutorials/ultrasonic-sensor), | ||
[Gyro Tutorials](/tutorials/gyro), | ||
[Infrared Sensor Tutorials](/tutorials/infrared-sensor), | ||
[FLL / City Shaper](/tutorials/city-shaper), | ||
[Design Engineering](/design-engineering), | ||
[Coding](/coding), | ||
[Maker](/maker), | ||
[Tutorial Videos](/videos) | ||
|
||
Coming soon. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Projects | ||
|
||
* [Getting Started](/getting-started) | ||
* [Prepare](https://makecode.mindstorms.com/troubleshoot) | ||
* [Try](/getting-started/try) | ||
* [Use](/getting-started/use) | ||
* [First LEGO League](/fll) | ||
* [Brick Tutorials](/tutorials/brick) | ||
* [Wake Up!](/tutorials/wake-up) | ||
* [Make an Animation](/tutorials/make-an-animation) | ||
* [What Animal Am I?](/tutorials/what-animal-am-i) | ||
* [Music Brick](/tutorials/music-brick) | ||
* [Pause On Start](/tutorials/pause-on-start) | ||
* [Motor Tutorials](/tutorials/motors) | ||
* [Run Motors](/tutorials/run-motors) | ||
* [Spin Turn](/tutorials/spin-turn) | ||
* [Pivot Turn](/tutorials/pivot-turn) | ||
* [Smooth Turn](/tutorials/smooth-turn) | ||
* [Tank ZigZag](/tutorials/tank-zigzag) | ||
* [Coast Or Brake](/tutorials/coast-or-brake) | ||
* [Turtle](/tutorials/turtle) | ||
* [Touch Sensor Tutorials](/tutorials/touch-sensor) | ||
* [Touch to Run](/tutorials/touch-to-run) | ||
* [Sensor Values](/tutorials/touch-sensor-values) | ||
* [Stop At Object](/tutorials/stop-at-object) | ||
* [Color Sensor Tutorials](/tutorials/color-sensor) | ||
* [What Color?](/tutorials/what-color) | ||
* [Line Following](/tutorials/line-following) | ||
* [Red Light, Green Light](/tutorials/redlight-greenlight) | ||
* [Move To Color](/tutorials/move-to-color) | ||
* [Reflected Light Measure](/tutorials/reflected-light-measure) | ||
* [Reflected Light Calibration](/tutorials/reflected-light-calibration) | ||
* [Ultrasonic Sensor Tutorials](/tutorials/ultrasonic-sensor) | ||
* [Object Near](/tutorials/object-near) | ||
* [Wall Follower](/tutorials/wall-follower) | ||
* [Gyro Tutorials](/tutorials/gyro) | ||
* [Calibrate](/tutorials/calibrate-gyro) | ||
* [Turn](/tutorials/turn-with-gyro) | ||
* [Move Straight](/tutorials/move-straight-with-gyro) | ||
* [Drifter](/tutorials/drifter) | ||
* [Infrared Sensor Tutorials](/tutorials/infrared-sensor) | ||
* [Security Alert](/tutorials/security-alert) | ||
* [FLL / City Shaper](/tutorials/city-shaper) | ||
* [Crane Mission / Robot 1](/tutorials/city-shaper/robot-1) | ||
* [Crane Mission / Robot 2](/tutorials/city-shaper/robot-2) | ||
* [Crane Mission / Video 1](https://youtu.be/IqL0Pyeu5Ng) | ||
* [Bluetooth download (beta)](https://youtu.be/VIq8-6Egtqs) | ||
* [Turn with Gyro](https://youtu.be/I7ncuXAfBwk) | ||
* [Moving with Gyro](https://youtu.be/ufiOPvW37xc) | ||
* [Line following with 1 color sensor](https://youtu.be/_LeduyKQVjg) | ||
* [Proportional line following with 1 color sensor](https://youtu.be/-AirqwC9DL4) | ||
* [Proportional line following with 2 color sensors](https://youtu.be/QWOflBuu9Oo) | ||
* [Design Engineering](/design-engineering) | ||
* [Make It Move Without Wheels](/design-engineering/make-it-move) | ||
* [Make It Smarter and Faster](/design-engineering/make-it-smarter) | ||
* [Make a System that Communicates](/design-engineering/make-it-communicate) | ||
* [Coding](/coding) | ||
* [Autonomous Parking](/coding/autonomous-parking) | ||
* [Object Detection](/coding/object-detection) | ||
* [Line Detection](/coding/line-detection) | ||
* [Maker](/maker) | ||
* [Make A Sound Machine](/maker/sound-machine) | ||
* [Make A Security Gadget](/maker/security-gadget) | ||
* [Tutorial Videos](/videos) | ||
* [undefined](https://legoeducation.videomarketingplatform.co/v.ihtml/player.html?token=5d009e5f93fbf479c2e5ed2bf87a7990&source=embed&photo%5fid=35719444) | ||
* [undefined](https://legoeducation.videomarketingplatform.co/v.ihtml/player.html?token=2008a566f1fb034d58d5ebe19ba8621f&source=embed&photo%5fid=35719467) | ||
* [undefined](https://legoeducation.videomarketingplatform.co/v.ihtml/player.html?token=629730c938e452f0fd7653fbc4708166&source=embed&photo%5fid=35719470) | ||
* [undefined](https://legoeducation.videomarketingplatform.co/v.ihtml/player.html?token=3513a83b87fe536b2dc512237465fd1b&source=embed&photo%5fid=35719471) | ||
* [undefined](https://legoeducation.videomarketingplatform.co/v.ihtml/player.html?token=5c594c2373367f7870196f519f3bfc7a&source=embed&photo%5fid=35719472) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.