forked from kaspesla/ev3_scratch
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated readme and deleted index.html and pics
This home page was created by Ken for the project, so this copy is useless.
- Loading branch information
1 parent
4c44e73
commit c5bb3f4
Showing
5 changed files
with
9 additions
and
396 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
# LEGO Mindstorms EV3 ScratchX Extension (Italian translation) | ||
*Some fixes, updates and ITA translation* | ||
|
||
## New Features | ||
We added some extra features: | ||
- added velocity to the **Steering Control block**; | ||
- restored **Gyro sensor read value block** (angle, angular velocity options) - it was commented; | ||
- created **Gyro sensor reset angle block**; | ||
- fixed **Touch sensor Boolean synchronous block** (it returns if the button is pressed: true/false) - we created a new ext function that calls the usual whenButtonPressed function to avoid visualisation problems of the blocks after saving and loading the .sbx file. We commented the **deprecated** readTouchSensorPort function; | ||
- created **command Block for changing the volume** of the played note (only changes the global value of the volume variable) | ||
|
||
## Developing | ||
In progress: | ||
- put the translation inside a unique .js file (like in the [Arduino Extension](https://github.com/khanning/scratch-arduino-extension/blob/gh-pages/arduino_extension.js)) | ||
- put the translation inside a unique .js file (like in the [Arduino Extension](https://github.com/khanning/scratch-arduino-extension/blob/gh-pages/arduino_extension.js)). Actually not an easy task! The Arduino Extension in other languages is not working :( | ||
|
||
Furthermore we translated in it **Italian**. You can find it in this [file](http://scollovati.github.io/ev3_scratch/ev3_scratch_ita.js): this is the URL that you need to load on ScratchX. This file has some blocks (readRemoteButtonPort, playFreq) commented because we found them unuseful: however the english file (ev3_scratch.js) is aligned with the original one. | ||
## Italian translation - Traduzione italiana | ||
Furthermore we translated in it **Italian**. You can find it in this [file](http://scollovati.github.io/ev3_scratch/ev3_scratch_ita.js): this is the URL that you need to load on ScratchX. This file has some blocks (readRemoteButtonPort, playFreq) commented because we found them unuseful: however the english files (ev3_scratch.js and ev3_scratch_v9.js) have these blocks. | ||
|
||
## Tests done | ||
We tested these fixes and upgrades during a weeklong camp with 5 EV3 kits working simultaneously. | ||
|
||
## How we work & credits | ||
We work on the **master branch**. | ||
We use the gyro-reset branch only for making pull requests to the original repo. | ||
|
||
Work done by [Giuseppe Menegoz](https://github.com/gmenegoz) and [Stefano Collovati](https://github.com/scollovati), based on the original extension created by [Ken Aspeslagh](https://github.com/kaspesla). |
Oops, something went wrong.