log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
code
>
home
>
repos
>
homeauto
comparison espNode/signalgen/main.py @ 1740:
c77b5ab7b99d
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
camera work
author
drewp@bigasterisk.com
date
Fri, 01 Sep 2023 17:13:51 -0700
parents
children
comparison
equal
deleted
inserted
replaced
1739:28a3e35bc23f
1740:c77b5ab7b99d
1
from machine import Pin, PWM
2
pwm0 = PWM(Pin(23), freq=31250, duty=512)
3
4
5
6
7
print(pwm0)