slower CW and higher f

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent 32c0545b86
commit 7c5c2512cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -305,8 +305,8 @@ RPI_PICO_Timer ITimer0(0);
RPI_PICO_Timer ITimer1(0); RPI_PICO_Timer ITimer1(0);
char callsign[20]; char callsign[20];
int morse_timing = 100; // ms for a dit int morse_timing = 300; // ms for a dit
int morse_freq = 800; // Hz int morse_freq = 1500; // Hz
int morse_table[44][5] = { // 0-9, A-Z only by (ASCII - 48) int morse_table[44][5] = { // 0-9, A-Z only by (ASCII - 48)
{ 3, 3, 3, 3, 3 }, // 0 { 3, 3, 3, 3, 3 }, // 0
{ 1, 3, 3, 3, 3 }, // 1 { 1, 3, 3, 3, 3 }, // 1

Loading…
Cancel
Save

Powered by TurnKey Linux.