Explorar el Código

modified: CMakeLists.txt

yoneda hace 1 año
padre
commit
28b61ddeac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -10,6 +10,7 @@ project(ADRS2040U_i2c)
 pico_sdk_init()
 
 add_executable(${PROJECT_NAME}
+	adc_driver.hpp
 	main.cpp
 )