final project  1
music.c File Reference

controls music and lights More...

#include "main.h"

Go to the source code of this file.

Functions

void playMusic ()
 plays music More...
 

Variables

unsigned char arr1 [6] = {62, 59, 59, 59, 59, 59}
 
unsigned char arr2 [6] = {16, 8, 8, 8, 8, 8}
 
unsigned char arr3 [6] = {57, 64, 64, 64, 64, 64}
 
unsigned char arr4 [5] = {62, 62, 62, 62, 62}
 
unsigned char arr5 [5] = {8, 8, 8, 8, 8}
 
unsigned char arr6 [6] = {57, 59, 59, 59, 59, 59}
 

Detailed Description

controls music and lights

Author
Steven, Kynara, Saba, Bailey, Brett, Austin
Date
4/24/18

Definition in file music.c.

Function Documentation

◆ playMusic()

void playMusic ( )

plays music

plays Darude Sandstorm and blinks the light

Definition at line 29 of file music.c.