Thanks to the contribution from Daniel.
- I split the menu Operators into two menus: Mathematical Operators and Logical Operators.
- Move the delay function to Control and change the color to Yellow.
- Create the menu Especial with 3 function: One where you can write a code directly on the header, other two setup and the last one to loop. Now the user can include a Library or others stuffs without a specific block.
- I create a For/ Repeat loop where the user can set a variable name for the counter.
- In Logical Operators I create two new blocks for == and != where you can put a boolean variable.
The code is currently in the Daniel branch and the executable can be downloaded here
The image here shows Daniel’s modification
You are welcome 😉
Nice job! 🙂
Thanks for the updates. I’ve been adding some blocks but I haven’t been able to document them in a tutorial. I changed the layout of the menues a little bit and reorganized them. See images in the links below:
The main menu.
http://i.imgur.com/QdhbBSb.png
The Number/Constant menu.
http://i.imgur.com/eVDtELB.png
The communication menu.
http://i.imgur.com/Qq1WVXy.png
The Utilities menu (Added watchdog functionality).
http://i.imgur.com/jVjVUQr.png
The Store menu (Internal EEPROM and external microSD adapter).
http://i.imgur.com/rJJLvaB.png
The custom menu (I2C LCD, I2C 7 segments, Thermocouple reader, DS18B20, Real Time Clock).
http://i.imgur.com/Qq1WVXy.png
An example of drop/down menues to avoid using several constants.
http://i.imgur.com/cgcHaKD.png
The blocks were configured with their respective support libraries.
Regards
Hi Jose,
Very nice update. Let’s see how we can integrate this with Daniel’s update.
David
from where i can doawn load this version
Nice job! 🙂 http://blog.ardublock.com/?p=358#comment-7247
Jose,
Can you create a github? With github will be easy to share our blocks.
This weak I will creat blocks for char variables.
David, How about the vector blocks, Any thoughts?
I think there is a mistake with the DEL in the tinkerkit because the number of the output got a “0” before each output “01 , 02, 03…” so it dosen’t work it must be ” 0, 1,2,3 ….”