// Welcome to Granrojo.
// Open the chat panel on the right and tell the AI what you want to build —
// it will write the code, wire up the diagram, and flash the board with you.
#include <Arduino.h>
void setup() {
Serial.begin(115200);
}
void loop() {
}