Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed ELEC2645_Project_el18to
main.cpp
- Committer:
- Tolu__
- Date:
- 2020-04-03
- Revision:
- 2:4b2c00ba7f7c
- Parent:
- 1:356eeff7b566
- Child:
- 3:793a6186b557
File content as of revision 2:4b2c00ba7f7c:
/*
ELEC2645 Embedded Systems Project
School of Electronic & Electrical Engineering
University of Leeds
2019/20
Name: Toluwalakin
Username: Owoso
Student ID Number: 201231164
Date: 01/04/2020
*/
// includes
#include "mbed.h"
#include "Gamepad.h"
#include "N5110.h"
// objects
Gamepad pad;
N5110 lcd;
int main()
{
}