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
main.cpp
- Committer:
- lukeocarwright
- Date:
- 2020-02-06
- Revision:
- 1:766a293c9b07
- Parent:
- 0:b7f1f47bb26a
- Child:
- 2:07cef563acdf
File content as of revision 1:766a293c9b07:
/* ELEC2645 Embedded Systems Project School of Electronic & Electrical Engineering University of Leeds 2019/20 Name: Luke Cartwright Username: el18loc Student ID Number: 201225242 Date: 06/02/2019 */ // includes #include "mbed.h" #include "Gamepad.h" #include "N5110.h" // objects Gamepad pad; N5110 lcd; int main() { }