Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 608 Bytes

File metadata and controls

21 lines (15 loc) · 608 Bytes

Light Wand

A Persistance of Vision project for the University of Maine Electrical and Computer Engineering department.

Compiling

  1. Open a linux environment

  2. Change directory to the directory of this Readme

  3. Run the following commands:

     git submodule update --init --recursive
     mkdir build
     cd build
     export PICO_SDK_PATH=/path/to/pico/pico-sdk
     cmake ..
     make
    

Credits

  • Code, design, and documentation by Willow Cunningham unless otherwise specified
  • Project comissioned by Dr. Yifeng Zhu and advised by Professor Andrew Sheaff