Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: sensorGen Robot omni_wheel PID jy901 solenoid aqm0802 camera beep kohiMD linesSnsor lpf RCJESC
Diff: pin_config.h
- Revision:
- 9:63d7e7f07536
- Parent:
- 4:4812eb6367b5
--- a/pin_config.h Thu Jan 30 09:06:20 2020 +0000 +++ b/pin_config.h Thu Jan 30 10:38:09 2020 +0000 @@ -1,34 +1,34 @@ #ifndef PIN_CONFIG_H #define PIN_CONFIG_H -static PinName const dip1 PA_11; -static PinName const dip2 PA_12; -static PinName const dip3 PC_5; -static PinName const b1 PB_12; -static PinName const b2 PB_2; -static PinName const buzz PC_6; -static PinName const lcdsda PB_9; -static PinName const lcdscl PB_8; +static PinName const dip1 = PA_11; +static PinName const dip2 = PA_12; +static PinName const dip3 = PC_5; +static PinName const b1 = PB_12; +static PinName const b2 = PB_2; +static PinName const buzz = PC_6; +static PinName const lcdsda = PB_9; +static PinName const lcdscl = PB_8; -static PinName const pixymosi PD_15; -static PinName const pixymiso PD_14; -static PinName const pixysclk PD_13; +static PinName const pixymosi = PD_15; +static PinName const pixymiso = PD_14; +static PinName const pixysclk = PD_13; -static PinName const jysda PB_4; -static PinName const jyscl PA_8; +static PinName const jysda = PB_4; +static PinName const jyscl = PA_8; -static PinName const line1 A0; -static PinName const line2 A1; -static PinName const line3 A2; -static PinName const line4 A3; -static PinName const line5 A4; -static PinName const line6 A5; +static PinName const line1 = A0; +static PinName const line2 = A1; +static PinName const line3 = A2; +static PinName const line4 = A3; +static PinName const line5 = A4; +static PinName const line6 = A5; -static PinName const esc PC_9; -static PinName const solenoid PA_15; -static PinName const moter1 PA_6; -static PinName const moter2 PA_7; -static PinName const moter3 PA_9; -static PinName const moter4 PB_10; +static PinName const esc = PC_9; +static PinName const solenoid = PA_15; +static PinName const moter1 = PA_6; +static PinName const moter2 = PA_7; +static PinName const moter3 = PA_9; +static PinName const moter4 = PB_10; #endif \ No newline at end of file