Maze_Solver  1.0
A Maze Solver Algorithm for BotnRoll ONE A
Music.h File Reference
#include "Pitches.h"

Go to the source code of this file.

Functions

void finishMusic ()
 

Variables

int melody [] = {NOTE_C4, NOTE_G3, NOTE_G3, NOTE_A3, NOTE_G3, 0, NOTE_B3, NOTE_C4}
 
int noteDurations [] = { 4, 8, 8, 4, 4, 4, 4, 4 }
 

Function Documentation

void finishMusic ( )

Variable Documentation

int melody[] = {NOTE_C4, NOTE_G3, NOTE_G3, NOTE_A3, NOTE_G3, 0, NOTE_B3, NOTE_C4}
int noteDurations[] = { 4, 8, 8, 4, 4, 4, 4, 4 }