Initial refactor

This commit is contained in:
2023-05-01 07:20:24 +02:00
parent 20c5d9c4ba
commit ba50af7c5e
6 changed files with 131 additions and 132 deletions

10
test.py Normal file
View File

@ -0,0 +1,10 @@
import logging
from pulses import pulses
logging.basicConfig(format='%(name)s %(threadName)s %(msg)s')
log = logging.getLogger()
log.setLevel('DEBUG')
led = pulses.ledPulse(12)
led.set(delay=1/100, valueMode="sin", max=20)