How to define and receive GPIO s input ESP32

Hi Good Morning Guys. I am asking about my ESP32 how to define and receive GPIO input.
Yeah its mean if i want the blue light blink what should i do.
BTW, my esp32 chip is ESP32 Wroom but behind the board is ESP32S

Please slow down, read and follow this link: How to get the best out of this forum - Using Arduino / Project Guidance - Arduino Forum

Inputs reads sensors, pots etc. but making something involves outputs.

Use function calls to pinMode() and digitalRead(), as you would for any other Arduino.

For output, use pinMode() and digitalWrite().

get it mate thx

but when i upload the code he just blink 2 until 4 times. then the blue light just off it...

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.