#include "pitches.h"
const uint8_t buttonPins[] = {0, 1, 2, 3};
const uint8_t ledPins[] = {8, 7, 6, 5};
#define SPEAKER_PIN 10
const int LATCH_PIN = 18;
const int DATA_PIN = 19;
const int CLOCK_PIN = 9;
#include "pitches.h"
const uint8_t buttonPins[] = {0, 1, 2, 3};
const uint8_t ledPins[] = {8, 7, 6, 5};
#define SPEAKER_PIN 10
const int LATCH_PIN = 18;
const int DATA_PIN = 19;
const int CLOCK_PIN = 9;