carlosperate / ardublockly

Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
http://ardublockly.embeddedlog.com
Apache License 2.0
449 stars 277 forks source link

New Blocks - Nuevos bloques #212

Open mateusdepaula22 opened 6 years ago

mateusdepaula22 commented 6 years ago

Hello! I always see in other repositories creating new blocks for their functions, is there an area or webpage destined to post new generated blocks? I need some blocks and I find it difficult to create. The car control block as an example.

Hola! Siempre veo en otros repositorios crear nuevos bloques para sus funciones, hay un área o página web destinada a la entrada de nuevos bloques generados? Necesito algunos bloques y siento dificultades al crear, como ejemplo el bloque car control.

anirudhshenoy commented 6 years ago

Hi,

I don't think there's a block generator for ArduBlockly yet. But I've had great success creating blocks by just going through the wiki for this repo. You can get some info on creating new blocks here:

You can find a nice tutorial on Defining Blocks for blockly in general at Googles Blockly Developer page over here

Hope this helps!