ukkonooa and frequency slider

This commit is contained in:
2026-01-13 14:49:35 +02:00
parent c767b541be
commit a2871a193b
11 changed files with 335 additions and 56 deletions

6
main/headers/arraylen.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef ARRAY_LEN_H_
#define ARRAY_LEN_H_
#define ARRAY_LEN(arr) (sizeof(arr) / sizeof(arr[0]))
#endif // ARRAY_LEN_H_