This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "mbed.h" | |
// ピンの定義 | |
#define PWM_U PC_9 | |
#define CWCCW_U PA_5 | |
#define PWM_V PB_8 | |
#define CWCCW_V PA_7 | |
#define PWM_W PB_9 |
OlderNewer