add_executable(neopixel neoPixel.c)

target_link_libraries(neopixel pico_stdlib hardware_pio)

pico_add_extra_outputs(neopixel)

