Task 3.3.1
Fork of Task331 by
Diff: main.cpp
- Revision:
- 2:d6dfe854bb0a
- Parent:
- 0:f2ac5564a731
--- a/main.cpp Thu Jul 13 14:49:29 2017 +0000
+++ b/main.cpp Wed Sep 18 11:52:54 2019 +0000
@@ -1,7 +1,17 @@
#include "mbed.h"
+#ifdef TARGET_NUCLEO_F429ZI
+//#define ONBOARD
+#endif
+
+#ifdef ONBOARD
+BusOut binaryOutput(LED1, LED2, LED3);
+#else
//lsb first
BusOut binaryOutput(D5, D6, D7);
+#endif
+
+
int main() {
