void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, ESP32!");
pinMode(22, OUTPUT);
}
void loop() {
// put your main code here, to run repeatedly:
digitalWrite(22, HIGH);
delay(10); // this speeds up the simulation
digitalWrite(22, LOW);
}
Single Table 2
R:23 G:22 B:21
Round Table 1
R:19 G:18 B:5
Group Table 1
R:17 G:16 B:1