my new gear...

Dependencies:   mbed

Revision:
15:11bb206cc1fc
Child:
16:df49a89bd2f9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/F446RE_NewConfig.h	Wed Sep 14 07:13:54 2022 +0000
@@ -0,0 +1,27 @@
+#include <mbed.h>
+#include <portSet.hpp>
+
+Port com[17] = {
+//--F446REの基板にプリントされたポート番号と合わせるためにcom[0]はNCとしている-//
+    {NC,NC},
+//--pwmPort--//
+    {PA_1,PA_0},
+    {PA_7,PC_7},
+    {PB_10,PA_10},
+    {PB_2,PA_11},
+    {PC_6,PC_8},
+    {PC_9,PB_0},
+//--encorderPort--//
+    {PC_2,PC_3},
+    {PC_4 ,PB_13},
+    {PB_9,PA_6},
+    {PC_11 ,PB_8},
+    {PB_12,PC_5},
+    {PC_0 ,PC_1},
+    {PC_10,PB_7},
+    {PB_14 ,PB_15},   
+//--I2CPort--//
+    {PB_4,PA_8},
+//--CANPort--//
+    {PB_5,PB_6}/*rx,tx*/
+};
\ No newline at end of file