Skip to content

Instantly share code, notes, and snippets.

@takanotaiga
takanotaiga / for_po.cpp
Last active July 1, 2024 01:05
BLDC ↑
#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