Mercurial > code > home > repos > homeauto
view espNode/signalgen/main.py @ 1749:4b29ce991e59
cloudfree plug sends mqtt metrics, which we export to victoriametrics
author | drewp@bigasterisk.com |
---|---|
date | Sun, 28 Apr 2024 16:01:38 -0700 |
parents | c77b5ab7b99d |
children |
line wrap: on
line source
from machine import Pin, PWM pwm0 = PWM(Pin(23), freq=31250, duty=512) print(pwm0)