Show How to use buttons to control the LEDs on the AZ3166

RPinName.h

Committer:
appa
Date:
2021-02-03
Revision:
0:a3c7c4443106

File content as of revision 0:a3c7c4443106:

PinName led1 = PB_2;
PinName led2 = PA_15;
PinName led3 = PC_13;
PinName RedRGB = PB_4;
PinName GreenRGB = PB_3;
PinName BlueRGB = PC_7;
PinName tx = PA_11;
PinName rx = PA_12;
PinName Key2 = PA_4;
PinName Key3 = PA_10;