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.
Dependents: NHK2017_octopus NHK2017_octopus2 NHK2017_octopus2_drive NHK2017_octopus2_arms
Diff: pin_config.h
- Revision:
- 2:6a87fc2f5034
- Parent:
- 0:127e75575dc6
- Child:
- 3:8775d5a808a6
--- a/pin_config.h Mon Aug 07 16:02:32 2017 +0000 +++ b/pin_config.h Thu Aug 24 04:16:32 2017 +0000 @@ -61,4 +61,7 @@ static PinName const PWM2 = PC_7; static PinName const PWM3 = PA_9; static PinName const PWM4 = PA_8; +//HMC +static PinName const HMCsda = PB_4; +static PinName const HMCscl = PA_8; #endif