my new gear...

Dependencies:   mbed

Committer:
yootee
Date:
Fri Feb 25 05:20:11 2022 +0000
Revision:
0:1456b6f84c75
my_custom

Who changed what in which revision?

UserRevisionLine numberNew contents of line
yootee 0:1456b6f84c75 1 #include <mbed.h>
yootee 0:1456b6f84c75 2 #include <portSet.hpp>
yootee 0:1456b6f84c75 3
yootee 0:1456b6f84c75 4
yootee 0:1456b6f84c75 5 Port com[5] = {
yootee 0:1456b6f84c75 6 //--pwmPort--//
yootee 0:1456b6f84c75 7 {PA_8,PA_7},
yootee 0:1456b6f84c75 8 {PB_6,PA_11},
yootee 0:1456b6f84c75 9 {PA_1,PA_3},
yootee 0:1456b6f84c75 10 {PB_0,PB_1},
yootee 0:1456b6f84c75 11 //--encorderPort--//
yootee 0:1456b6f84c75 12 {PA_0 ,PA_4}
yootee 0:1456b6f84c75 13 };
yootee 0:1456b6f84c75 14 /*
yootee 0:1456b6f84c75 15 port_num
yootee 0:1456b6f84c75 16 1(pwm) 0(pwm)
yootee 0:1456b6f84c75 17 2(pwm) 4(enc) 3(pwm)
yootee 0:1456b6f84c75 18
yootee 0:1456b6f84c75 19 port3 detail
yootee 0:1456b6f84c75 20 B0 B1 G
yootee 0:1456b6f84c75 21 V A5 A6
yootee 0:1456b6f84c75 22 */