Skip to content
Snippets Groups Projects
Select Git revision
  • b732cac4b3c938a2483f8dd25abfbc5b50b83645
  • main default protected
2 results

CMakeLists.txt

Blame
  • CMakeLists.txt 129 B
    add_executable(neopixel neoPixel.c)
    
    target_link_libraries(neopixel pico_stdlib hardware_pio)
    
    pico_add_extra_outputs(neopixel)