Task 3.4.4
Fork of Task344 by
Diff: main.cpp
- Revision:
- 2:695844219cff
- Parent:
- 0:6485cc607fa3
--- a/main.cpp Thu Jul 13 14:51:09 2017 +0000 +++ b/main.cpp Wed Sep 18 12:18:04 2019 +0000 @@ -1,7 +1,15 @@ #include "mbed.h" +#ifdef TARGET_NUCLEO_F429ZI +//#define ONBOARD +#endif + +#ifdef ONBOARD +BusOut binaryOutput(LED1, LED2, LED3); +#else //Global objects BusOut binaryOutput(D5, D6, D7); +#endif //Main function
