Iván R.
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. 
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...