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
Fork of circle_war_ver_A_NUCLEO by
Diff: pin_file.h
- Revision:
- 1:86d25c1c4bd5
- Parent:
- 0:fad5ae05b576
- Child:
- 2:bed6b204e64c
--- a/pin_file.h Thu Mar 24 15:36:02 2016 +0000 +++ b/pin_file.h Fri Mar 25 03:08:41 2016 +0000 @@ -24,6 +24,7 @@ InterruptIn (PC_6); PwmOut (PB_4); PwmOut (PB_5); +DigitalOut (PB_0); //SPI mbed spi (PA_5, PA_6, PA_7); DigitalIn (PA_4); @@ -34,4 +35,6 @@ AnalogIn (PA_1); AnalogIn (PB_1); DigitalInOut (PC_5); +//自動切り替え +DigitalIn (PA_12); #endif \ No newline at end of file
