mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-12 10:18:49 +01:00
forgot about the dsp lib with the filters
This commit is contained in:
parent
211a405021
commit
23f0311f45
@ -38,6 +38,12 @@ arduino-cli core install stm32duino:STM32F1
|
||||
arduino-cli board details --fqbn stm32duino:STM32F1:genericSTM32F103R
|
||||
```
|
||||
|
||||
Add the DSP library (for the trackball) to the Arduino Library folder:
|
||||
```bash
|
||||
cd ~/Arduino/libraries
|
||||
git clone https://github.com/dangpzanco/dsp
|
||||
```
|
||||
|
||||
To compile, just run `build_bin.sh`. This script runs `arduino-cli compile` with the default options (change it according to your keyboard variant):
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user