diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/picardy/README.md | 2 | ||||
-rw-r--r-- | sw/pio.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sw/picardy/README.md b/sw/picardy/README.md index 3436bb7..60e2596 100644 --- a/sw/picardy/README.md +++ b/sw/picardy/README.md @@ -8,7 +8,7 @@ Programming Put target in reset - openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg + make openocd cargo run @@ -8,6 +8,9 @@ Analog multi-level button inputs * BTN0 PB1 ADC12_IN9 * BTN1 PB0 ADC12_IN8 +Analog RX AGC measurement (S-Meter) + * PA5 + Digital buttons * BTN2 PB12 * BTN3 PB13 |