From 36dae0e6de9dc81da7f289a3392abc208685baac Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 28 Aug 2020 18:57:50 +0200 Subject: Fix buttons and filter frequencies for LSB and USB --- sw/pio.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/pio.txt') diff --git a/sw/pio.txt b/sw/pio.txt index c932d08..917ed7a 100644 --- a/sw/pio.txt +++ b/sw/pio.txt @@ -5,8 +5,8 @@ Pin mapping: see datasheet Table 5 ## GPIO inputs Analog multi-level button inputs - * BTN0 PB1 - * BTN1 PB0 + * BTN0 PB1 ADC12_IN9 + * BTN1 PB0 ADC12_IN8 Digital buttons * BTN2 PB12 @@ -22,8 +22,8 @@ CW paddle * CW_RING PB9 Microphone switches - * SW1 PA3 - * SW2 PA4 + * SW1 PA3 ADC12_IN3 + * SW2 PA4 ADC12_IN4 ## GPIO outputs -- cgit v1.2.3