From 168b093445a226bd2097b263add15b7145edf98f Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Fri, 25 Mar 2022 23:38:12 +0000 Subject: [PATCH] Tidy readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef4ed3..3f917a1 100644 --- a/README.md +++ b/README.md @@ -156,12 +156,12 @@ Several advanced features were implemented, including: ### Multiple waveforms Our system implements several waveforms - sawtooth, triangle, sine, & square. + * Sawtooth was implemented first, by incrementing the step size and waiting for overflow to occur, resetting the waveform. * Square is implemented by taking the sign of the sign and appropriately scaling to low or high voltage depending on this. * Triangle is implemented as a variation of Sawtooth, taking the absolute value of the phase shifting to remove the DC offset and then doubling to restore the original size. * Sine is implemented by calling to a look-up table, preestablished with the corresponding value of a sine wave at the relevant point in the input waveform - ### User-friendly icons Using XMB icons, the display was made more user-friendly, containing a volume icon, that is animated to the current volume level. Furthermore, by pressing the knob, this icon is toggled to display the volume as an integer. Finally, several icons are used to display the current waveform.