fossasia / pslab-firmware

Firmware for PSLab Open Hardware Platform https://pslab.io
Apache License 2.0
1.56k stars 75 forks source link

feat: generate sine and square waves simultaneously #94

Closed CloudyPadmal closed 3 years ago

CloudyPadmal commented 3 years ago

Now user can generate both square and sine waves at the same time. This wasn't the case with previous firmware.

Follow up: need to implement SQR1 and SQR2 generate functions in pslab-python. Previous py version had it, but now there's only SQR4 method.