generated from Weckyy702/pico-nix
Rebuild DAC and first functioning PoC
By just counting the gpio mask up, we can see the different voltages update they should :^)
This commit is contained in:
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
include(pico_sdk_import.cmake)
|
||||
|
||||
project(PicoNix C CXX ASM)
|
||||
project(PicoVGA C CXX ASM)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
@@ -15,7 +15,9 @@ add_executable(main
|
||||
|
||||
target_link_libraries(main
|
||||
pico_stdlib
|
||||
pico_cyw43_arch_none
|
||||
hardware_gpio
|
||||
)
|
||||
|
||||
pico_add_extra_outputs(main)
|
||||
pico_enable_stdio_usb(main 0)
|
||||
pico_enable_stdio_uart(main 1)
|
||||
|
||||
Reference in New Issue
Block a user