Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • nrs1g15-experiemental
  • Integrated-can-sd-board
3 results

workspace.xml

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