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.
Diff: pinnames/pinnames.cpp
- Revision:
- 32:aee87dcaf7ca
- Parent:
- 22:0ed9de464f40
- Child:
- 33:2dbbe198adaf
--- a/pinnames/pinnames.cpp Wed May 08 11:00:09 2019 +0000
+++ b/pinnames/pinnames.cpp Mon May 13 03:44:50 2019 +0000
@@ -12,10 +12,18 @@
{p7,p8},
{p6,p5}
};
-PinName pin_hand = p20;
+PinName pin_hand = p27;
PinName pin_switch_lo = p25;
PinName pin_switch_li = p26;
-PinName pin_mode4 = p27;
+PinName pin_switch_LR = p19;//p27?
+PinName pin_switch_modes[3] =
+{
+ p28,
+ p20,
+ p29,
+}
+;
+//PinName pin_mode4 = p27;
PinName pin_hcsr04[][2]= {
{p11,p12},
{p17, p18},