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:
- 40:5e675a9bcb6e
- Parent:
- 39:bdd06cbaf9c3
- Child:
- 41:bd54c88e3334
diff -r bdd06cbaf9c3 -r 5e675a9bcb6e src/all_io.cpp
--- a/src/all_io.cpp Fri Mar 08 20:37:28 2019 +0000
+++ b/src/all_io.cpp Fri Mar 08 20:44:56 2019 +0000
@@ -52,8 +52,6 @@
//DigitalIn eport[16] = {PB_15, PB_14, PB_13, PB_12, PC_15, PB_10, PB_9, PB_8, PB_7, PB_6, PB_5, PB_4, PB_3, PB_2, PB_1, PB_0}; //RK 11/24/2018 PB_11 throws an error. Identifier "PB_11" is undefined. PB_11 is connected to VCAP1.
DigitalInOut SWDIO(PA13)
DigitalOut fan_on(PA15)
-DigitalOut UART_TX(PA2)
-DigitalOut UART_RX(PA3)
DigitalOut vdoc(PA4)
// Use extchlat to latch new wr_out signals to the external slots via ribbon cable.
@@ -98,6 +96,7 @@
DigitalIn ILR_enable(PA0)
DigitalIn SWDCLK(PA14)
DigitalIn fan_pwn(PB3)
+DigitalIn MS(PA1)
// Analog IO
//