2022-08-09から1日間の記事一覧

ライントレーサ(ベースライン)

int left_sensor = A4; int right_sensor = A3; int thresh = 600; #define DELAY_MS 100 #define DELAY_MS2 200 #define ML_Ctrl 2 //define the direction control pin of A motor #define ML_PWM 9 //define the PWM control pin of A motor #define MR_C…