mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2025-02-17 19:30:20 -05:00
Add Vernier Go!Temp and Go!Motion extensions
This commit is contained in:
parent
0266ebe69e
commit
f6e569110b
5 changed files with 34 additions and 0 deletions
BIN
images/extensions/gomotion_large.jpg
Normal file
BIN
images/extensions/gomotion_large.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
images/extensions/gomotion_small.jpg
Normal file
BIN
images/extensions/gomotion_small.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
images/extensions/gotemp_large.jpg
Normal file
BIN
images/extensions/gotemp_large.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
images/extensions/gotemp_small.jpg
Normal file
BIN
images/extensions/gotemp_small.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
34
index.html
34
index.html
|
@ -404,6 +404,40 @@
|
|||
<span class="tag web" title="Web Extension">Requires Internet Connection</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=http://verniersoftwaretechnology.github.io/scratch-vernier-go-extensions/go_motion_extension.js" data-action="load-url">
|
||||
<header>
|
||||
<h2>Vernier Go!Motion</h2>
|
||||
<p class="author">Vernier Software & Technology</p>
|
||||
</header>
|
||||
<img src="images/extensions/gomotion_small.jpg" />
|
||||
</a>
|
||||
<section class="description">
|
||||
<p>Use position data in Scratch</p>
|
||||
<a href="?url=http://verniersoftwaretechnology.github.io/scratch-vernier-go-extensions/examples/SayMotion.sbx" data-action="load-url">Sample Project</a>
|
||||
<a href="http://verniersoftwaretechnology.github.io/scratch-vernier-go-extensions/" 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://verniersoftwaretechnology.github.io/scratch-vernier-go-extensions/go_temp_extension.js" data-action="load-url">
|
||||
<header>
|
||||
<h2>Vernier Go!Temp</h2>
|
||||
<p class="author">Vernier Software & Technology</p>
|
||||
</header>
|
||||
<img src="images/extensions/gotemp_small.jpg" />
|
||||
</a>
|
||||
<section class="description">
|
||||
<p>Use temperature data in Scratch</p>
|
||||
<a href="?url=http://verniersoftwaretechnology.github.io/scratch-vernier-go-extensions/examples/SayTemp.sbx" data-action="load-url">Sample Project</a>
|
||||
<a href="http://verniersoftwaretechnology.github.io/scratch-vernier-go-extensions/" target="_blank">Documentation</a>
|
||||
</section>
|
||||
<section class="tags">
|
||||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=https://MrYsLab.github.io/xi4s.js" data-action="load-url">
|
||||
<header>
|
||||
|
|
Loading…
Reference in a new issue