Iván R.

Results 6 issues of Iván R.

Using the buzzer blocks as shown in the picture, generate this Arduino code: ``` void setup() { pinMode( 13 , OUTPUT); pinMode(13, OUTPUT); tone( 13,261,125); delay(125); tone(13,440,1000); delay(1000); } void...

The music figures for "whole" and "half" are missing in the 3rd block of the Buzzer section. ![Captura de Pantalla 2022-06-01 a la(s) 6 32 13 p  m](https://user-images.githubusercontent.com/34162904/171512583-9b352da6-0af7-423d-947f-7057a0668a49.png)

Hi, I am using RiCino with Z-Round software and I would like to know if someone can tell me which message send the Z-Round when it is doing the 10...

Considering a case of use where: The website provide an easy tool to generate Arduino code (like blocks or other drag & drop option to easily make a code). Would...

Hello everyone, very nice repo! I just wanted to point that I made a translated version in Spanish in case you would like to add a link to it so...