NagaokaRoboticsClub_mbedTeam / Mbed 2 deprecated 2021_NHK_A

Dependencies:   mbed QEI led beep softPWM Servo_softpwm IR2302 lpf

Committer:
Washio
Date:
Fri Oct 15 14:57:55 2021 +0000
Revision:
11:b041e6cea0ef
Parent:
8:baa4572de340
Child:
16:bdc10f57c11a
add control_parameters.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
THtakahiro702286 0:6f4b2005b633 1 #ifndef PIN_H
THtakahiro702286 0:6f4b2005b633 2 #define PIN_H
THtakahiro702286 0:6f4b2005b633 3
THtakahiro702286 0:6f4b2005b633 4 #define BEEP PB_10
THtakahiro702286 0:6f4b2005b633 5 #define SDA PB_9
THtakahiro702286 0:6f4b2005b633 6 #define SCL PB_8
THtakahiro702286 0:6f4b2005b633 7 #define STOP PA_5
THtakahiro702286 0:6f4b2005b633 8 #define QEI1 PA_6
THtakahiro702286 0:6f4b2005b633 9 #define QEI2 PA_7
THtakahiro702286 0:6f4b2005b633 10 #define SERVO1 PB_3
THtakahiro702286 0:6f4b2005b633 11 #define SERVO2 PB_4
THtakahiro702286 0:6f4b2005b633 12 #define SERVO3 PB_5
THtakahiro702286 0:6f4b2005b633 13
watarushimoda 2:47a31619fb14 14 #define MD_A D7
watarushimoda 2:47a31619fb14 15 #define MD_B D8
watarushimoda 2:47a31619fb14 16
THtakahiro702286 0:6f4b2005b633 17 #endif