print("Hello, ESP32!")
from machine import Pin,PWM
from time import sleep
buzzer_Pin = Pin(26,Pin.OUT)
beep = PWM(buzzer_Pin,1500)
beep.duty(100)
sleep(0.5)
deep.deinit()
print("Hello, ESP32!")
from machine import Pin,PWM
from time import sleep
buzzer_Pin = Pin(26,Pin.OUT)
beep = PWM(buzzer_Pin,1500)
beep.duty(100)
sleep(0.5)
deep.deinit()