Update pico_BandScope_WaterFal_v1_128x64.ino

main
JR3XNW 2023-06-09 22:15:32 +09:00 zatwierdzone przez GitHub
rodzic 56c0d9a988
commit 90c14fc5ca
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,7 @@
#define SCREEN_WIDTH 128 // Width of the OLED display
#define SCREEN_HEIGHT 32 // Height of the OLED display
#define SAMPLING_FREQUENCY 50000 // Maximum frequency that can be captured
#define THRESHOLD 3 // Threshold for the waterfall display
#define THRESHOLD 2 // Threshold for the waterfall display
#define HISTORY_LENGTH SCREEN_HEIGHT // The number of previous FFT results to keep for the waterfall display
int mod = 0; // The mode. 0 for LSB and 1 for USB