void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, ESP32!");
}
void loop() {
// put your main code here, to run repeatedly:
delay(10); // this speeds up the simulation
}
Botão 2 - Iniciar/Parar (GPIO14)
Botão 3 - Cadastrar paciente (GPIO27)
Botão 4 - Finalizar sessão (GPIO26)
Botão 5 - Log de eventos (GPIO25)
Botão 1 - Zera balança (GPIO12)