Skip to content

Commit 10c21d7

Browse files
committed
wide band of 512 FFT bins
1 parent 49a74ca commit 10c21d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

M5-Signal-Multimeter.ino

+4
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ void TextBox(const String& txt, int x, int y)
239239
img.deleteSprite();
240240
}
241241

242+
243+
//*********************************** sin and square out
242244
void Sinusoide_Task(void *parameter)
243245
{
244246
for (;;)
@@ -271,6 +273,8 @@ void LedC_Task(void *parameter)
271273
vTaskDelete(NULL);
272274
}
273275

276+
277+
//**************************************** compute tasks
274278
void taskCaptureAndFFT(void *pvParameters)
275279
{
276280
for (;;)

0 commit comments

Comments
 (0)