yotaro morizumi / Mbed 2 deprecated zoomy_customLibrary

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers L432KC_Config.h Source File

L432KC_Config.h

00001 #include <mbed.h>
00002 #include <portSet.hpp>
00003 
00004 
00005 Port com[5] = {
00006 //--pwmPort--//
00007     {PA_8,PA_7},
00008     {PB_6,PA_11},
00009     {PA_1,PA_3},
00010     {PB_0,PB_1},
00011 //--encorderPort--//
00012     {PA_0 ,PA_4}
00013 };
00014 /*
00015         port_num
00016        1(pwm) 0(pwm)
00017    2(pwm) 4(enc) 3(pwm)
00018    
00019    port3 detail
00020    B0 B1  G
00021    V  A5 A6
00022 */