Hey folks, really enjoying teaching my 10yo arduino using xod (coding was a little complex for him at this stage)
I’m trying to work out how to play a melody on a passive buzzer. I can use https://xod.io/libs/marcoaita/malibrary/buzzer-timed/ to play a frequency for a time period. But I’m stuck on how to play a series of notes… In arduino I would just setup an array and step through the array with a for loop.
How would I attack this in xod?