Create the build directory

$ mkdir build

In the build directory, setup the build environment.
Be sure to specify the pico_w as the board

$ cd build
$ env PICO_SDK_PATH=$HOME/ece177/pico-sdk PICO_TOOLCHAIN_PATH=/usr/local/gcc-arm-none-eabi/bin/ cmake ..

Compile the code

$ make

Copy the UF2 file to the Pico

$ cp test-code.uf2 /media/pi/RPI-RP2
