OttoDIY / blockly

Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online
https://www.ottodiy.com/software
GNU General Public License v2.0
113 stars 80 forks source link

Buzzer typo in Otto.init and buzzer init block missing #196

Open dwijtsma opened 8 months ago

dwijtsma commented 8 months ago

BuzzerTypo

The first block declares the buzzer with a capital 'Buzzer' and the buzzer block uses all lower case 'buzzer'. The #define is just to make it work anyhow.

Next to this typo I think it would be good to have a buzzer init block, just like all other sound options. All buzzer blocks should come without a pin selection.