pinconfig for 2017Ateam

Dependents:   NHK2017_octopus NHK2017_octopus2 NHK2017_octopus2_drive NHK2017_octopus2_arms

Files at this revision

API Documentation at this revision

Comitter:
sakaiR
Date:
Sun Nov 12 08:08:13 2017 +0000
Parent:
10:63cb4825e92e
Commit message:
RESERVE I/O ???

Changed in this revision

pin_config.h Show annotated file Show diff for this revision Revisions of this file
diff -r 63cb4825e92e -r 793cdc83d4df pin_config.h
--- a/pin_config.h	Sun Nov 12 07:58:21 2017 +0000
+++ b/pin_config.h	Sun Nov 12 08:08:13 2017 +0000
@@ -33,4 +33,11 @@
 //R1370
 static PinName const R1370TX = PC_6;
 static PinName const R1370RX = PC_7;
+//RESERVE I/O
+static PinName const RESERVE0 = PB_2;
+static PinName const RESERVE1 = PB_1;
+static PinName const RESERVE2 = PB_15;
+static PinName const RESERVE3 = PB_14;
+static PinName const RESERVE4 = PB_13;
+static PinName const RESERVE5 = PC_4;
 #endif