Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

dma_pl230_driver.c

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