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.
Fork of Task341Solution by
Revision 2:3d313447620d, committed 2019-09-18
- Comitter:
- noutram
- Date:
- Wed Sep 18 12:04:05 2019 +0000
- Parent:
- 1:dbb3a9fe720d
- Commit message:
- 2019
Changed in this revision
--- a/main.cpp Thu Jul 13 14:50:14 2017 +0000 +++ b/main.cpp Wed Sep 18 12:04:05 2019 +0000 @@ -1,8 +1,17 @@ #include "mbed.h" +#ifdef TARGET_NUCLEO_F429ZI +//#define ONBOARD +#endif + +#ifdef ONBOARD +BusOut binaryOutput(LED1, LED2, LED3); +DigitalIn SW1(USER_BUTTON); +#else //Global objects BusOut binaryOutput(D5, D6, D7); DigitalIn SW1(D4); +#endif //Function prototypes void waitForButtonPress();
--- a/mbed-os.lib Thu Jul 13 14:50:14 2017 +0000 +++ b/mbed-os.lib Wed Sep 18 12:04:05 2019 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#8828635da469162cf2854b5287561c663fb96e72 +https://github.com/ARMmbed/mbed-os/#1bf6b20df9d3cd5f29f001ffc6f0d0fcbbb96118
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Wed Sep 18 12:04:05 2019 +0000 @@ -0,0 +1,3 @@ +{ + "requires": ["bare-metal"] +} \ No newline at end of file