my new gear...

Dependencies:   mbed

Revision:
0:1456b6f84c75
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/L432KC_Config.h	Fri Feb 25 05:20:11 2022 +0000
@@ -0,0 +1,22 @@
+#include <mbed.h>
+#include <portSet.hpp>
+
+
+Port com[5] = {
+//--pwmPort--//
+    {PA_8,PA_7},
+    {PB_6,PA_11},
+    {PA_1,PA_3},
+    {PB_0,PB_1},
+//--encorderPort--//
+    {PA_0 ,PA_4}
+};
+/*
+        port_num
+       1(pwm) 0(pwm)
+   2(pwm) 4(enc) 3(pwm)
+   
+   port3 detail
+   B0 B1  G
+   V  A5 A6
+*/
\ No newline at end of file