Home
last modified time | relevance | path

Searched refs:chordIndex (Results 1 – 1 of 1) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dbuzzer.js41 var chordIndex = 0; variable
51 console.log( myBuzzer.playSound(chords[chordIndex], 1000000) );
52 chordIndex++;
54 if (chordIndex > chords.length - 1)
55 chordIndex = 0;