view espNode/signalgen/main.py @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -0700
parents c77b5ab7b99d
children
line wrap: on
line source

from machine import Pin, PWM
pwm0 = PWM(Pin(23), freq=31250, duty=512)




print(pwm0)