Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 316 Bytes

File metadata and controls

34 lines (18 loc) · 316 Bytes

Using While Loop


Components Required:

  • 1 x ESP32 Board


Diagram


ESP32 Code

void setup() {
  // put your setup code here, to run once:
 
}

void loop() {
  // put your main code here, to run repeatedly:
  
}