/led_shower_simulator_code

Code to operate LLR LED flasher

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Build instructions

You can build the UF2 package to install on the Rasperberry Pi Pico using the instructions below, having first installed the SDK. Alternatively the package is built automatically by a Github Action and made available as an Artifact, which you can download and install by skipping directly to step 7.

  1. mkdir build
  2. cd build
  3. export PICO_SDK_PATH=/Users/sfegan/RaspberryPi/pico/pico-sdk
  4. cmake ..
  5. cd flasher
  6. make -j4
  7. Hold button on PICO and connect USB power until device mounted in mass-storage mode
  8. cp flasher.uf2 /Volumes/RPI-RP2
  9. screen /dev/tty.usbmodem141101