前提・実現したいこと
aeduino leonardoでモーター動作のプログラムを作っていたのですがエラーが出てしまいました。
その原因がわからないので教えていただきたいです。
発生している問題・エラーメッセージ
expected unqualifired-id before numeric constant
★★★★★を付けている6行目です。
該当のソースコード
arduinoIDE
1#include <SparkFun_TB6612.h> 2 3#define AIN1 15 4#define BIN1 16 5#define AIN2 17 6#define BIN2 14★★★★★ 7#define PWMA 5 8#define PWMB 11 9#define STBY 30 //モーター設定 10 11int tm = 1000; 12const int offsetA = 1; 13const int offsetB = 1; 14 15const int motor1Pin1 = AIN1, AIN2, PWMA, offsetA, STBY; 16const int motor1Pin2 = BIN1, BIN2, PWMB, offsetB, STBY; 17 18const int spkPin = 12; 19const int ledPin = 13; 20
補足情報(FW/ツールのバージョンなど)
モータードライバはTB6612FNGだと思います。
よろしくお願いします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/01/07 06:58