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
00001 /* 00002 ELEC2645 Embedded Systems Project 00003 School of Electronic & Electrical Engineering 00004 University of Leeds 00005 2019/20 00006 00007 Name:Chen Zirui 00008 Username:el18zc 00009 Student ID Number:201235448 00010 Date:5.03.2020 00011 */ 00012 00013 // includes 00014 #include "mbed.h" 00015 #include "Gamepad.h" 00016 #include "N5110.h" 00017 00018 00019 // objects 00020 Gamepad pad; 00021 N5110 lcd; 00022 00023 int main() 00024 { 00025 00026 } 00027
Generated on Fri Jul 15 2022 18:22:12 by
1.7.2