void setup() {
Serial.begin(115200);
Serial.println("This sketch holds a basic Wokwi custom chip\n"
"created by clicking the blue + add button, selecting \"custom chip\"\n"
"selecting a name, and hitting enter."
"As per following the directions on \nhttps://docs.wokwi.com/chips-api/getting-started"
);
}
void loop() {
// put your main code here, to run repeatedly:
}