2 Commits

Author SHA1 Message Date
ajkrj
710f4324ad Update README.md 2026-02-05 20:08:14 +05:30
Pol Henarejos
b78c1485c1 Add support for HIGH/LOW ESP32 LED
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2026-02-04 23:45:14 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -195,8 +195,8 @@ Before building, ensure you have installed the toolchain for the Pico and the Pi
``` ```
git clone https://github.com/polhenarejos/pico-hsm git clone https://github.com/polhenarejos/pico-hsm
git submodule update --init --recursive
cd pico-hsm cd pico-hsm
git submodule update --init --recursive
mkdir build mkdir build
cd build cd build
PICO_SDK_PATH=/path/to/pico-sdk cmake .. -DPICO_BOARD=board_type -DUSB_VID=0x1234 -DUSB_PID=0x5678 PICO_SDK_PATH=/path/to/pico-sdk cmake .. -DPICO_BOARD=board_type -DUSB_VID=0x1234 -DUSB_PID=0x5678