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
Diff: main.cpp
- Revision:
- 1:52b50dc12ace
- Parent:
- 0:35a8a081dbc3
--- a/main.cpp Tue Aug 27 16:26:32 2019 +0000 +++ b/main.cpp Mon Feb 01 20:03:16 2021 +0000 @@ -1,3 +1,7 @@ +// 4180 Lab 1, Part 4 +// Gregory Lanier +// https://os.mbed.com/users/4180_1/notebook/using-a-navigation-switch-digital-joystick/ + #include "mbed.h" BusOut mbedleds(LED1,LED2,LED3,LED4);