Helios Lyons 201239214

Dependencies:   mbed

main.cpp

Committer:
helioslyons
Date:
2020-03-24
Revision:
1:a3f43007030e
Parent:
0:b7f1f47bb26a

File content as of revision 1:a3f43007030e:

/* 
ELEC2645 Embedded Systems Project
School of Electronic & Electrical Engineering
University of Leeds
2019/20

Name: Helios Ael Lyons
Username: mc18hal
Student ID Number: 201239214
Date: 24th March 2020
*/

/** Main
* @brief Main game functions and loop
* @author Helios A. Lyons
* @date March, 2020
*/

// includes
#include "mbed.h"
#include "Gamepad.h"
#include "N5110.h"


// objects
Gamepad pad;
N5110 lcd;

int main()
{
    
}