ESP32 for Arduino环境下,通过下列程序控制LED灯的亮度,从程序可知,LED灯连接引脚应该为?( )
ledcSetup(2,5000,7); ledcAttachPin(8,2); ledcWrite(2,9);
2
7
8
9