NagaokaRoboticsClub_mbedTeam / 2017NHKpin_config

Dependents:   NHK2017_octopus NHK2017_octopus2 NHK2017_octopus2_drive NHK2017_octopus2_arms

Revision:
2:6a87fc2f5034
Parent:
0:127e75575dc6
Child:
3:8775d5a808a6
diff -r 55de6db7e04c -r 6a87fc2f5034 pin_config.h
--- 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