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

Revision:
0:a3c7c4443106
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RPinName.h	Wed Feb 03 03:11:34 2021 +0000
@@ -0,0 +1,10 @@
+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;
\ No newline at end of file