view espNode/signalgen/main.py @ 1742:1c1b38b145f8

rm custom cpp fingerprint driver that's under the wrong name 'desk'
author drewp@bigasterisk.com
date Fri, 01 Sep 2023 17:15:25 -0700
parents c77b5ab7b99d
children
line wrap: on
line source

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




print(pwm0)