Ikenna Adrian Ozoemena 201157039

Dependencies:   mbed

main.cpp

Committer:
ikenna1
Date:
2019-02-27
Revision:
1:9835d6304284
Parent:
0:0d446aab48a6
Child:
2:66a4e5d7a7cd

File content as of revision 1:9835d6304284:

/*
ELEC2645 Embedded Systems Project
School of Electronic & Electrical Engineering
University of Leeds
Name: Ikenna Adrian Ozoemena
Username: el17aio
Student ID Number: 201157039
Date: 20/02/2019
*/

DigitalIn a_button(PTB9);
DigitalIn b_button(PTD0);
DigitalIn x_button(PTC17);
DigitalIn y_button(PTC12);
DigitalIn l_button(PTB18);
DigitalIn r_button(PTB3);
DigitalIn back_button(PTB19);
DigitalIn start_button(PTC5);

N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11);
BusOut leds;

AnalogIn pot;

Tone dac;
ShiftReg shift;

// function prototypes
init();
print_menu();
welcome();