mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2025-02-17 19:30:20 -05:00
Add EV3 extension to library
EV3+Scratch extension created by Ken Aspeslagh allows you to control the LEGO EV3 brick with Scratch wirelessly over bluetooth.
This commit is contained in:
parent
ff4c8fa617
commit
bee3546301
3 changed files with 17 additions and 0 deletions
BIN
images/extensions/ev3_large.png
Normal file
BIN
images/extensions/ev3_large.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 322 KiB |
BIN
images/extensions/ev3_small.png
Normal file
BIN
images/extensions/ev3_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
17
index.html
17
index.html
|
@ -148,6 +148,23 @@
|
|||
<section class="tags">
|
||||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=http://kaspesla.github.io/ev3_scratch/ev3_scratch.js" data-action="load-url">
|
||||
<header>
|
||||
<h2>EV3+Scratch</h2>
|
||||
<p class="author">Ken Aspeslagh</p>
|
||||
</header>
|
||||
<img src="images/extensions/ev3_small.png" />
|
||||
</a>
|
||||
<section class="description">
|
||||
<p>Control LEGO EV3 robots wirelessly</p>
|
||||
<a href="?url=http://kaspesla.github.io/ev3_scratch/examples/avoid%20obstacles%20example.sbx" data-action="load-url">Sample Project</a>
|
||||
<a href="http://kaspesla.github.io/ev3_scratch/" target="_blank">Documentation</a>
|
||||
</section>
|
||||
<section class="tags">
|
||||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=http://technoboy10.github.io/mesh/mesh.js" data-action="load-url">
|
||||
|
|
Loading…
Reference in a new issue