Muda o pino do led para facilitar visualização

This commit is contained in:
2026-02-12 16:10:30 -03:00
parent b7419154aa
commit 88b16cc114
2 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
"type": "wokwi-resistor",
"id": "r1",
"top": -33.6,
"left": -67.75,
"left": -77.35,
"rotate": 90,
"attrs": { "value": "1000" }
},
@@ -51,26 +51,26 @@
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "esp:3V3", "chip1:VCC", "red", [ "h-187.01", "v-134.4" ] ],
[ "chip1:GND", "esp:GND.2", "black", [ "v28.8", "h297.6", "v96" ] ],
[ "r1:1", "chip1:BTN", "red", [ "h0" ] ],
[ "chip1:GND", "esp:GND.2", "black", [ "h-19.2", "v28.8", "h316.8", "v96" ] ],
[ "esp:35", "chip1:OUT", "green", [ "h-23.81", "v-182.4" ] ],
[ "sw1:1", "chip1:BTN", "green", [ "v0" ] ],
[ "sw1:2", "sw1:3", "black", [ "v0" ] ],
[ "sw1:3", "esp:GND.2", "black", [ "v0" ] ],
[ "imu1:SDA", "esp:21", "green", [ "v0" ] ],
[ "imu1:SDA", "esp:21", "blue", [ "v0" ] ],
[ "esp:GND.2", "led1:C", "black", [ "h81.24" ] ],
[ "esp:17", "led1:A", "green", [ "h0" ] ],
[ "oled1:GND", "esp:GND.2", "black", [ "v0" ] ],
[ "oled1:SCL", "esp:22", "green", [ "v0" ] ],
[ "esp:21", "oled1:SDA", "green", [ "h254.44" ] ],
[ "oled1:SCL", "esp:22", "blue", [ "v0" ] ],
[ "esp:21", "oled1:SDA", "blue", [ "h254.44" ] ],
[ "esp:3V3", "r1:2", "red", [ "h0" ] ],
[ "oled1:VCC", "vcc1:VCC", "red", [ "v0" ] ],
[ "vcc2:VCC", "esp:3V3", "red", [ "v0" ] ],
[ "imu1:SCL", "esp:22", "green", [ "v0" ] ],
[ "imu1:SCL", "esp:22", "blue", [ "v0" ] ],
[ "imu1:GND", "esp:GND.2", "black", [ "v0" ] ],
[ "imu1:VCC", "vcc1:VCC", "red", [ "v-153.6", "h86.48" ] ],
[ "btn1:1.r", "esp:25", "green", [ "v0" ] ],
[ "esp:GND.1", "btn1:2.r", "black", [ "h0" ] ]
[ "esp:GND.1", "btn1:2.r", "black", [ "h0" ] ],
[ "r1:1", "chip1:BTN", "red", [ "h0", "v-38.4" ] ],
[ "esp:23", "led1:A", "green", [ "h0" ] ]
],
"dependencies": {}
}

View File

@@ -29,7 +29,7 @@
// CONFIGURAÇÃO - Pinos GPIO
// ============================================================================
#define PULSE_PIN 35
#define LED_PIN 17
#define LED_PIN 23
#define MODE_BUTTON_PIN 25
// ============================================================================