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: src/all_io.cpp
- Revision:
- 47:d10bf65cb7dc
- Parent:
- 44:741ee27c8a34
- Child:
- 49:65c714a5def2
--- a/src/all_io.cpp Sun Mar 10 18:03:46 2019 +0000
+++ b/src/all_io.cpp Sun Mar 10 21:39:14 2019 +0000
@@ -38,7 +38,7 @@
// Use extchlat to latch new wr_out signals to the external slots via ribbon cable.
//DigitalOut extchlat(PA_1);
-DigitalOut ec2(PC_0);
+/*DigitalOut ec2(PC_0);
DigitalOut ec15(PC_1);
DigitalOut ec28(PC_2);
DigitalOut ec6(PC_3);
@@ -71,7 +71,9 @@
DigitalOut ec17(PB_12);
DigitalOut ec13(PB_13);
DigitalOut ec26(PB_14);
-DigitalOut ec22(PB_15);
+DigitalOut ec22(PB_15);*/
+DigitalOut ec[] = {(PC_0), (PC_1), (PC_2), (PC_3), (PC_4), (PC_5), (PC_6), (PC_7), (PC_8), (PC_9), (PC_10), (PC_11), (PC_12), (PC_13), (PC_14), (PC_15),
+(PA_8), (PA_9), (PA_10), (PA_11), (PA_12), (PB_0), (PB_1), (PB_2), (PB_4), (PB_5), (PB_8), (PB_9), (PB_10), (PB_11), (PB_12), (PB_13), (PB_14), (PB_15)};
// all_on indicates that the load demanded a high amount of current and all DC-DC converters are enabled.
//DigitalIn all_on(PA_0);