public class StarWars
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
playLong(PassiveBuzzer buzzer)
Play a long part of The Imperial March - Star Wars.
|
static void |
playShort(PassiveBuzzer buzzer)
Play the intro of The Imperial March - Star Wars.
|
public static void playShort(PassiveBuzzer buzzer)
buzzer - the instance of the buzzer playing the tone.public static void playLong(PassiveBuzzer buzzer)
buzzer - the instance of the buzzer playing the tone.