Mini Pan Tilt (https://www.thingiverse.com/thing:708819)
git clone https://github.com/mbober1/SunFinder
cd SunFinder
mkdir build
cd build
Change path to pico-sdk in CMakeLists.txt (line 3)
export PICO_SDK_PATH=../../pico-sdk
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j4
